open-plc-utils: fix menuconfig entries 4125/head
authorGünther Kelleter <guenther.kelleter@devolo.de>
Wed, 8 Mar 2017 15:55:00 +0000 (16:55 +0100)
committerGünther Kelleter <guenther.kelleter@devolo.de>
Wed, 8 Mar 2017 16:21:15 +0000 (17:21 +0100)
Fix TITLE and description to contain the actual tool name.

Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
utils/open-plc-utils/Makefile

index 243d8e9f328936407a6963b9c583fecaaf977dcc..8dae9342c660d23f27fc3b9c2a13a0be74ece08c 100644 (file)
@@ -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