mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
qca-nss-ecm: Enable bridge vlan filtering
Signed-off-by: Sean Khan <datapronix@protonmail.com>
This commit is contained in:
parent
5f6afea20a
commit
f5844d3706
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=qca-nss-ecm
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_URL:=https://git.codelinaro.org/clo/qsdk/oss/lklm/qca-nss-ecm.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
@ -84,6 +84,11 @@ ifneq ($(CONFIG_IPV6),)
|
||||
ECM_MAKE_OPTS+=ECM_IPV6_ENABLE=y
|
||||
endif
|
||||
|
||||
# Disable ECM Bridge VLAN Filtering support when global kernel config is disabled
|
||||
ifneq ($(CONFIG_BRIDGE_VLAN_FILTERING),)
|
||||
ECM_MAKE_OPTS+=ECM_BRIDGE_VLAN_FILTERING_ENABLE=y
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-igs),)
|
||||
ECM_MAKE_OPTS+=ECM_CLASSIFIER_DSCP_IGS=y
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user