icwmp: Move and update some bbf functions to icwmp

This commit is contained in:
Omar Kallel 2020-12-15 15:32:11 +01:00
parent bb0299fe26
commit 609035d250
3 changed files with 5 additions and 4 deletions

View file

@ -5,11 +5,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libbbfdm
PKG_VERSION:=3.1.1
PKG_VERSION:=3.1.2
PKG_FIXUP:=autoreconf
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/bbf.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=b7134b4d7f7567c9bf9c3bf100bb8da971412fda
PKG_SOURCE_VERSION:=3d4ac802c2805b81aac0ac71a304f951777246ab
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

View file

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=icwmp
PKG_VERSION:=6.0-2020-12-13
PKG_VERSION:=6.1-2020-12-15
PKG_FIXUP:=autoreconf
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/icwmp.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=c267433368c45af3438d3aeb96d5b3db3987e5db
PKG_SOURCE_VERSION:=299c59f2e853b99e941a35451a0becc8e605c728
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)

View file

@ -15,6 +15,7 @@ config acs 'acs'
option retry_interval_multiplier '2000'
option https_ssl_capath ''
option ipv6_enable '0'
option ip_version '4'
config cpe 'cpe'
option interface 'eth0.1'