aboutsummaryrefslogtreecommitdiff
path: root/utils/open-plc-utils
diff options
context:
space:
mode:
authorMichael Heimpold <michael.heimpold@i2se.com>2018-12-13 10:11:21 +0100
committerMichael Heimpold <mhei@heimpold.de>2018-12-13 23:58:29 +0100
commitf58daa6c9b1f46e097229f872c0b4d0c1a3c3d4b (patch)
treef3007ce851edde97174b42f44d0323e3719d8db4 /utils/open-plc-utils
parent27157ad9f57ce76c652125766d780f61adc2a4f3 (diff)
open-plc-utils: package missing tools amprule, pev and evse
At the moment, there are three binaries which are not covered by packaging, so add them. Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
Diffstat (limited to 'utils/open-plc-utils')
-rw-r--r--utils/open-plc-utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile
index e0a3862c9..131630ce6 100644
--- a/utils/open-plc-utils/Makefile
+++ b/utils/open-plc-utils/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=open-plc-utils
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git
@@ -61,7 +61,7 @@ OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
int6kmdio2 int6kmod int6kstat int6ktest int6krate \
int6krule int6ktone int6kwait CMEncrypt sada \
coqos_add coqos_info coqos_man coqos_mod coqos_rel \
- mdustats ampboot amphost ampID amplist amprate \
+ mdustats ampboot amphost ampID amplist amprate amprule \
ampstat amptest amptool amptone ampwait \
plcboot plchost plcID plclist plcrate plcrule \
plcstat plctest plctool plctone \
@@ -69,7 +69,8 @@ OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
plcdevs plclog plcmdio16 plcmdio32 \
config2cfg sdram \
int6kuart int6kbaud ttysig ptsctl weeder ttysend \
- ttyrecv ttycat int6kdetect
+ ttyrecv ttycat int6kdetect \
+ pev evse
$(foreach a,$(OPEN_PLC_UTILS_APPS),$(eval $(call GenPlugin,$(a))))