aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2017-03-10 10:25:26 +0200
committerGitHub <noreply@github.com>2017-03-10 10:25:26 +0200
commit55d06be722923d1d9e39f160ce7893e0be28cb55 (patch)
treea2233974f24d957e025e04cb05ad5bb7fada9700 /utils
parent67ab0221a5de1255d9da57ebcdfe252bd475bbd2 (diff)
parenteb22de1fe283a5902f995ef8d2443b5c746a02ac (diff)
Merge pull request #4125 from dvlemplgk/open-plc-utils
open-plc-utils: fix menuconfig entries
Diffstat (limited to 'utils')
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