diff options
author | Günther Kelleter <guenther.kelleter@devolo.de> | 2017-03-08 16:55:00 +0100 |
---|---|---|
committer | Günther Kelleter <guenther.kelleter@devolo.de> | 2017-03-08 17:21:15 +0100 |
commit | eb22de1fe283a5902f995ef8d2443b5c746a02ac (patch) | |
tree | 646dec3a852a0bd6222ef69e1de67803cc212a8d /utils/open-plc-utils | |
parent | 694e5a677cdacf0966d759deb75f03c0c927bd2a (diff) |
open-plc-utils: fix menuconfig entries
Fix TITLE and description to contain the actual tool name.
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r-- | utils/open-plc-utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile index 243d8e9f3..8dae9342c 100644 --- a/utils/open-plc-utils/Makefile +++ b/utils/open-plc-utils/Makefile @@ -42,11 +42,11 @@ define GenPlugin define Package/$(addprefix open-plc-utils-,$(1)) $(call Package/open-plc-utils/Default) DEPENDS:=open-plc-utils - TITLE:=Utility $(2) from the Open PLC utilities + TITLE:=Utility $(1) from the Open PLC utilities endef define Package/$(addprefix open-plc-utils-,$(1))/description - Utility $(2) from the Open PLC utilities package. + Utility $(1) from the Open PLC utilities package. endef endef |