mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
ieee1905: 8.8.0
This commit is contained in:
parent
a0a44bd636
commit
16237bd55e
2 changed files with 10 additions and 2 deletions
|
|
@ -25,6 +25,10 @@ config IEEE1905_BUILD_TR181_PLUGIN
|
|||
bool "Build TR-181 mapping module (responsible for Device.IEEE1905.)"
|
||||
default y
|
||||
|
||||
config IEEE1905_ETH_MEDIA_EXTENSION
|
||||
bool "Extend Ethernet enumerations based on maximum supported link speeds"
|
||||
default y
|
||||
|
||||
endmenu
|
||||
|
||||
endif
|
||||
|
|
|
|||
|
|
@ -6,12 +6,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=ieee1905
|
||||
PKG_VERSION:=8.7.48
|
||||
PKG_VERSION:=8.8.0
|
||||
|
||||
LOCAL_DEV=0
|
||||
ifneq ($(LOCAL_DEV),1)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=dba12223193d09d6a77115b1603094a9103fe584
|
||||
PKG_SOURCE_VERSION:=d07b37351b6bc1cb8f4b8b40f04a33a4e9444750
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/ieee1905.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
|
@ -109,6 +109,10 @@ TARGET_CFLAGS += -DBUILD_TR181_PLUGIN
|
|||
TARGET_CFLAGS += -DBBF_VENDOR_PREFIX=\\\"$(CONFIG_BBF_VENDOR_PREFIX)\\\"
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_IEEE1905_ETH_MEDIA_EXTENSION),y)
|
||||
TARGET_CFLAGS += -DETH_MEDIA_EXTENSION
|
||||
endif
|
||||
|
||||
MAKE_FLAGS += \
|
||||
extmod_subdirs="$(patsubst %,extensions/%,$(plugins))"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue