mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #4125 from dvlemplgk/open-plc-utils
open-plc-utils: fix menuconfig entries
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user