ieee1905: tr181 vendor extn for localonly mode

This commit is contained in:
Vivek Kumar Dutta 2025-06-26 14:40:55 +05:30
parent c3128d3a14
commit 392a41b38a
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C

View file

@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ieee1905
PKG_VERSION:=8.7.25
PKG_VERSION:=8.7.26
LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=57be111c5af93c8106b4c65b7c924d6cc959673c
PKG_SOURCE_VERSION:=253c232ad892b1aaf8e7a7c007869d4287c26cdf
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
@ -106,6 +106,7 @@ TARGET_CFLAGS += -DHAS_UBUS
ifeq ($(CONFIG_IEEE1905_BUILD_TR181_PLUGIN),y)
TARGET_CFLAGS += -DBUILD_TR181_PLUGIN
TARGET_CFLAGS += -DBBF_VENDOR_PREFIX=\\\"$(CONFIG_BBF_VENDOR_PREFIX)\\\"
endif
MAKE_FLAGS += \