mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
icwmp: 4.0-2020-01-15
This commit is contained in:
parent
fc01428650
commit
20ce9c5f65
1 changed files with 27 additions and 2 deletions
|
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=icwmp
|
PKG_NAME:=icwmp
|
||||||
PKG_VERSION:=4.0-2019-12-28
|
PKG_VERSION:=4.0-2020-01-15
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git
|
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=b3c9b384ccf9d48a9b4dac953586f5230cfd6fc2
|
PKG_SOURCE_VERSION:=f53b68619dad73ae8b6e5aac8e5d0c956507f049
|
||||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
@ -118,6 +118,31 @@ CONFIGURE_ARGS += \
|
||||||
--enable-icwmp_tr098
|
--enable-icwmp_tr098
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_icwmp_xmpp),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-icwmp_xmpp
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_icwmp_stun),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-icwmp_stun
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_icwmp_udpechoserver),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-icwmp_udpechoserver
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_icwmp_twamp),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-icwmp_twamp
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_PACKAGE_icwmp_bulkdata),y)
|
||||||
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-icwmp_bulkdata
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(CWMP_REVISION)_,_)
|
ifneq ($(CWMP_REVISION)_,_)
|
||||||
ifneq ($(CWMP_REVISION),exported)
|
ifneq ($(CWMP_REVISION),exported)
|
||||||
ifneq ($(CWMP_REVISION),Unversioned directory)
|
ifneq ($(CWMP_REVISION),Unversioned directory)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue