1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00

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>
This commit is contained in:
Günther Kelleter 2017-03-08 16:55:00 +01:00
parent 694e5a677c
commit eb22de1fe2

View File

@ -42,11 +42,11 @@ define GenPlugin
define Package/$(addprefix open-plc-utils-,$(1)) define Package/$(addprefix open-plc-utils-,$(1))
$(call Package/open-plc-utils/Default) $(call Package/open-plc-utils/Default)
DEPENDS:=open-plc-utils DEPENDS:=open-plc-utils
TITLE:=Utility $(2) from the Open PLC utilities TITLE:=Utility $(1) from the Open PLC utilities
endef endef
define Package/$(addprefix open-plc-utils-,$(1))/description 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
endef endef