ieee1905: 8.3.3 add exclude tagging option

This commit is contained in:
nevadita.chatterjee 2023-11-15 15:21:17 +05:30 committed by Anjan Chanda
parent fb04949dc3
commit d36c76f4de
2 changed files with 3 additions and 2 deletions

View file

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=ieee1905 PKG_NAME:=ieee1905
PKG_VERSION:=8.3.2 PKG_VERSION:=8.3.3
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=6d3f073cf9e7b3c7b08c7adcdaec2570b010db93 PKG_SOURCE_VERSION:=526690993c93720ee1707bba6b7a08e8c28f2dd9
PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/ieee1905.git PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/ieee1905.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip

View file

@ -4,6 +4,7 @@ config ieee1905 'ieee1905'
list extmodule 'map' list extmodule 'map'
list extmodule 'topology' list extmodule 'topology'
option registrar '2 5 6' option registrar '2 5 6'
list exclude_tagging '/eth.*'
# option macaddress '0a:1b:2c:3d:4e:50' # option macaddress '0a:1b:2c:3d:4e:50'
config al-iface config al-iface