Merge pull request #7650 from mhei/open-plc-utils-missing-tools
open-plc-utils: package missing tools amprule, pev and evse
This commit is contained in:
commit
e53aadba0d
1 changed files with 9 additions and 11 deletions
|
@ -8,15 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=open-plc-utils
|
PKG_NAME:=open-plc-utils
|
||||||
PKG_VERSION:=2018-11-03
|
PKG_RELEASE:=2
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git
|
PKG_SOURCE_URL:=https://github.com/qca/open-plc-utils.git
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_SOURCE_VERSION:=32408520fcebe785983a68e39ec83830a3005779
|
PKG_SOURCE_VERSION:=32408520fcebe785983a68e39ec83830a3005779
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
|
PKG_MIRROR_HASH:=b5ae48fd300f75b948a2b2a5f6cd4465b7a336495685f73100ad33a5d43a4c05
|
||||||
PKG_MIRROR_HASH:=1c5a2bb75550f1d7069f857c30f1f45ccfd3b0b0e9abadbca10f4df582f51d1c
|
|
||||||
|
|
||||||
PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
|
||||||
|
|
||||||
|
@ -64,7 +61,7 @@ OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
|
||||||
int6kmdio2 int6kmod int6kstat int6ktest int6krate \
|
int6kmdio2 int6kmod int6kstat int6ktest int6krate \
|
||||||
int6krule int6ktone int6kwait CMEncrypt sada \
|
int6krule int6ktone int6kwait CMEncrypt sada \
|
||||||
coqos_add coqos_info coqos_man coqos_mod coqos_rel \
|
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 \
|
ampstat amptest amptool amptone ampwait \
|
||||||
plcboot plchost plcID plclist plcrate plcrule \
|
plcboot plchost plcID plclist plcrate plcrule \
|
||||||
plcstat plctest plctool plctone \
|
plcstat plctest plctool plctone \
|
||||||
|
@ -72,7 +69,8 @@ OPEN_PLC_UTILS_APPS:=efbu efeu efru efsu edru edsu nics \
|
||||||
plcdevs plclog plcmdio16 plcmdio32 \
|
plcdevs plclog plcmdio16 plcmdio32 \
|
||||||
config2cfg sdram \
|
config2cfg sdram \
|
||||||
int6kuart int6kbaud ttysig ptsctl weeder ttysend \
|
int6kuart int6kbaud ttysig ptsctl weeder ttysend \
|
||||||
ttyrecv ttycat int6kdetect
|
ttyrecv ttycat int6kdetect \
|
||||||
|
pev evse
|
||||||
|
|
||||||
$(foreach a,$(OPEN_PLC_UTILS_APPS),$(eval $(call GenPlugin,$(a))))
|
$(foreach a,$(OPEN_PLC_UTILS_APPS),$(eval $(call GenPlugin,$(a))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue