index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
utils
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Hannu Nyman <hannu.nyman@iki.fi>
2017-03-10 10:25:26 +0200
committer
GitHub <noreply@github.com>
2017-03-10 10:25:26 +0200
commit
55d06be722923d1d9e39f160ce7893e0be28cb55
(
patch
)
tree
a2233974f24d957e025e04cb05ad5bb7fada9700
/
utils
parent
67ab0221a5de1255d9da57ebcdfe252bd475bbd2
(
diff
)
parent
eb22de1fe283a5902f995ef8d2443b5c746a02ac
(
diff
)
Merge pull request #4125 from dvlemplgk/open-plc-utils
open-plc-utils: fix menuconfig entries
Diffstat
(limited to 'utils')
-rw-r--r--
utils/open-plc-utils/Makefile
4
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