commit 55d06be722923d1d9e39f160ce7893e0be28cb55
parent 67ab0221a5de1255d9da57ebcdfe252bd475bbd2
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Fri, 10 Mar 2017 10:25:26 +0200
Merge pull request #4125 from dvlemplgk/open-plc-utils
open-plc-utils: fix menuconfig entries
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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