Browse Source

Merge pull request #4125 from dvlemplgk/open-plc-utils

open-plc-utils: fix menuconfig entries
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
55d06be722
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/open-plc-utils/Makefile

+ 2
- 2
utils/open-plc-utils/Makefile View 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


Loading…
Cancel
Save