Disabled unsupported drivers

This change fixes issues with building an image using a custom configuration.
This commit is contained in:
SqTER-PL
2025-03-07 11:37:44 +01:00
committed by Lucas Asvio
parent c3bf5de311
commit b93287296b
2 changed files with 289 additions and 289 deletions

View File

@@ -38,21 +38,21 @@ define KernelPackage/qca-nss-drv-tun6rd/description
Kernel modules for NSS connection manager - Support for 6rd tunnel Kernel modules for NSS connection manager - Support for 6rd tunnel
endef endef
define KernelPackage/qca-nss-drv-l2tpv2 #define KernelPackage/qca-nss-drv-l2tpv2
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS (connection manager) - l2tp # TITLE:=Kernel driver for NSS (connection manager) - l2tp
DEPENDS:=+@NSS_DRV_L2TP_ENABLE +kmod-ppp +kmod-l2tp \ # DEPENDS:=+@NSS_DRV_L2TP_ENABLE +kmod-ppp +kmod-l2tp \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv
FILES:=$(PKG_BUILD_DIR)/l2tp/l2tpv2/qca-nss-l2tpv2.ko # FILES:=$(PKG_BUILD_DIR)/l2tp/l2tpv2/qca-nss-l2tpv2.ko
KCONFIG:=CONFIG_L2TP=y # KCONFIG:=CONFIG_L2TP=y
AUTOLOAD:=$(call AutoLoad,51,qca-nss-l2tpv2) # AUTOLOAD:=$(call AutoLoad,51,qca-nss-l2tpv2)
endef #endef
define KernelPackage/qca-nss-drv-l2tp/description #define KernelPackage/qca-nss-drv-l2tp/description
Kernel modules for NSS connection manager - Support for l2tp tunnel #Kernel modules for NSS connection manager - Support for l2tp tunnel
endef #endef
define KernelPackage/qca-nss-drv-pptp define KernelPackage/qca-nss-drv-pptp
SECTION:=kernel SECTION:=kernel
@@ -85,21 +85,21 @@ define KernelPackage/qca-nss-drv-pppoe/description
Kernel modules for NSS connection manager - Support for PPPoE Kernel modules for NSS connection manager - Support for PPPoE
endef endef
define KernelPackage/qca-nss-drv-gre #define KernelPackage/qca-nss-drv-gre
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS (connection manager) - GRE # TITLE:=Kernel driver for NSS (connection manager) - GRE
DEPENDS:=@TARGET_ipq_ipq806x||TARGET_ipq806x||TARGET_ipq_ipq807x||TARGET_ipq_ipq807x_64||TARGET_ipq807x||TARGET_ipq807x_64||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq_ipq50xx||TARGET_ipq_ipq50xx_64 \ # DEPENDS:=@TARGET_ipq_ipq806x||TARGET_ipq806x||TARGET_ipq_ipq807x||TARGET_ipq_ipq807x_64||TARGET_ipq807x||TARGET_ipq807x_64||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq_ipq50xx||TARGET_ipq_ipq50xx_64 \
+@NSS_DRV_GRE_ENABLE +kmod-gre6 \ # +@NSS_DRV_GRE_ENABLE +kmod-gre6 \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv
FILES:=$(PKG_BUILD_DIR)/gre/qca-nss-gre.ko $(PKG_BUILD_DIR)/gre/test/qca-nss-gre-test.ko # FILES:=$(PKG_BUILD_DIR)/gre/qca-nss-gre.ko $(PKG_BUILD_DIR)/gre/test/qca-nss-gre-test.ko
AUTOLOAD:=$(call AutoLoad,51,qca-nss-gre) # AUTOLOAD:=$(call AutoLoad,51,qca-nss-gre)
endef #endef
define KernelPackage/qca-nss-drv-gre/description #define KernelPackage/qca-nss-drv-gre/description
Kernel modules for NSS connection manager - Support for GRE #Kernel modules for NSS connection manager - Support for GRE
endef #endef
define KernelPackage/qca-nss-drv-tunipip6 define KernelPackage/qca-nss-drv-tunipip6
SECTION:=kernel SECTION:=kernel
@@ -131,62 +131,62 @@ define KernelPackage/qca-nss-drv-profile/description
This package contains a NSS driver profiler for QCA chipset This package contains a NSS driver profiler for QCA chipset
endef endef
define KernelPackage/qca-nss-drv-portifmgr #define KernelPackage/qca-nss-drv-portifmgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS (qca-nss-drv-portifmgr) # TITLE:=Kernel driver for NSS (qca-nss-drv-portifmgr)
DEPENDS:=+@NSS_DRV_PORTID_ENABLE +kmod-qca-nss-gmac \ # DEPENDS:=+@NSS_DRV_PORTID_ENABLE +kmod-qca-nss-gmac \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv
FILES:=$(PKG_BUILD_DIR)/portifmgr/qca-nss-portifmgr.ko # FILES:=$(PKG_BUILD_DIR)/portifmgr/qca-nss-portifmgr.ko
endef #endef
define KernelPackage/qca-nss-drv-portifmgr/Description #define KernelPackage/qca-nss-drv-portifmgr/Description
NSS Kernel module for Port interface manager #NSS Kernel module for Port interface manager
endef #endef
define KernelPackage/qca-nss-drv-bridge-mgr #define KernelPackage/qca-nss-drv-bridge-mgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS bridge manager # TITLE:=Kernel driver for NSS bridge manager
DEPENDS:=@TARGET_ipq_ipq807x||TARGET_ipq_ipq807x_64||TARGET_ipq807x||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq60xx \ # DEPENDS:=@TARGET_ipq_ipq807x||TARGET_ipq_ipq807x_64||TARGET_ipq807x||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq60xx \
+TARGET_ipq_ipq807x:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq807x:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq807x_64:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq807x_64:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq807x:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq807x:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq60xx:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq60xx:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq60xx:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq60xx:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq60xx_64:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq60xx_64:kmod-qca-nss-drv-vlan-mgr \
+PACKAGE_kmod-bonding:kmod-bonding \ # +PACKAGE_kmod-bonding:kmod-bonding \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \ # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \
+@NSS_DRV_BRIDGE_ENABLE # +@NSS_DRV_BRIDGE_ENABLE
ifneq ($(CONFIG_PACKAGE_kmod-qca-ovsmgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-ovsmgr),)
DEPENDS+=kmod-qca-ovsmgr # DEPENDS+=kmod-qca-ovsmgr
endif #endif
FILES:=$(PKG_BUILD_DIR)/bridge/qca-nss-bridge-mgr.ko # FILES:=$(PKG_BUILD_DIR)/bridge/qca-nss-bridge-mgr.ko
AUTOLOAD:=$(call AutoLoad,51,qca-nss-bridge-mgr) # AUTOLOAD:=$(call AutoLoad,51,qca-nss-bridge-mgr)
endef #endef
define KernelPackage/qca-nss-drv-bridge-mgr/description #define KernelPackage/qca-nss-drv-bridge-mgr/description
Kernel modules for NSS bridge manager #Kernel modules for NSS bridge manager
endef #endef
define KernelPackage/qca-nss-drv-vlan-mgr #define KernelPackage/qca-nss-drv-vlan-mgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS vlan manager # TITLE:=Kernel driver for NSS vlan manager
DEPENDS:=@TARGET_ipq_ipq807x||TARGET_ipq_ipq806x||TARGET_ipq807x||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq60xx \ # DEPENDS:=@TARGET_ipq_ipq807x||TARGET_ipq_ipq806x||TARGET_ipq807x||TARGET_ipq_ipq60xx||TARGET_ipq_ipq60xx_64||TARGET_ipq60xx \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \ # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \
+@NSS_DRV_VLAN_ENABLE \ # +@NSS_DRV_VLAN_ENABLE \
+PACKAGE_kmod-bonding:kmod-bonding # +PACKAGE_kmod-bonding:kmod-bonding
FILES:=$(PKG_BUILD_DIR)/vlan/qca-nss-vlan.ko # FILES:=$(PKG_BUILD_DIR)/vlan/qca-nss-vlan.ko
AUTOLOAD:=$(call AutoLoad,51,qca-nss-vlan) # AUTOLOAD:=$(call AutoLoad,51,qca-nss-vlan)
endef #endef
define KernelPackage/qca-nss-drv-vlan-mgr/description #define KernelPackage/qca-nss-drv-vlan-mgr/description
Kernel modules for NSS vlan manager #Kernel modules for NSS vlan manager
endef #endef
define KernelPackage/qca-nss-drv-qdisc define KernelPackage/qca-nss-drv-qdisc
SECTION:=kernel SECTION:=kernel
@@ -219,27 +219,27 @@ define KernelPackage/qca-nss-drv-igs/description
Linux action that helps in offloading traffic to an IFB interface to perform ingress shaping. Linux action that helps in offloading traffic to an IFB interface to perform ingress shaping.
endef endef
define KernelPackage/qca-nss-drv-lag-mgr #define KernelPackage/qca-nss-drv-lag-mgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
TITLE:=Kernel driver for NSS LAG manager # TITLE:=Kernel driver for NSS LAG manager
DEPENDS:=+@NSS_DRV_LAG_ENABLE \ # DEPENDS:=+@NSS_DRV_LAG_ENABLE \
+TARGET_ipq_ipq807x:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq807x:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq807x_64:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq807x_64:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq807x:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq807x:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq60xx:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq60xx:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq_ipq60xx_64:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq_ipq60xx_64:kmod-qca-nss-drv-vlan-mgr \
+TARGET_ipq60xx:kmod-qca-nss-drv-vlan-mgr \ # +TARGET_ipq60xx:kmod-qca-nss-drv-vlan-mgr \
+PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \ # +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv \
+kmod-bonding # +kmod-bonding
FILES:=$(PKG_BUILD_DIR)/lag/qca-nss-lag-mgr.ko # FILES:=$(PKG_BUILD_DIR)/lag/qca-nss-lag-mgr.ko
AUTOLOAD:=$(call AutoLoad,51,qca-nss-lag-mgr) # AUTOLOAD:=$(call AutoLoad,51,qca-nss-lag-mgr)
endef #endef
define KernelPackage/qca-nss-drv-lag-mgr/description #define KernelPackage/qca-nss-drv-lag-mgr/description
Kernel modules for NSS LAG manager #Kernel modules for NSS LAG manager
endef #endef
define KernelPackage/qca-nss-drv-netlink define KernelPackage/qca-nss-drv-netlink
SECTION:=kernel SECTION:=kernel
@@ -256,44 +256,44 @@ define KernelPackage/qca-nss-drv-netlink/description
Kernel module for NSS netlink manager Kernel module for NSS netlink manager
endef endef
define KernelPackage/qca-nss-drv-pvxlanmgr #define KernelPackage/qca-nss-drv-pvxlanmgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
DEPENDS:=+@NSS_DRV_PVXLAN_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv # DEPENDS:=+@NSS_DRV_PVXLAN_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv
TITLE:=NSS PVXLAN Manager for QCA NSS driver # TITLE:=NSS PVXLAN Manager for QCA NSS driver
FILES:=$(PKG_BUILD_DIR)/pvxlanmgr/qca-nss-pvxlanmgr.ko # FILES:=$(PKG_BUILD_DIR)/pvxlanmgr/qca-nss-pvxlanmgr.ko
endef #endef
define KernelPackage/qca-nss-drv-pvxlanmgr/description #define KernelPackage/qca-nss-drv-pvxlanmgr/description
Kernel module for managing NSS PVxLAN #Kernel module for managing NSS PVxLAN
endef #endef
define KernelPackage/qca-nss-drv-eogremgr #define KernelPackage/qca-nss-drv-eogremgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
DEPENDS:=+@NSS_DRV_GRE_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv +kmod-qca-nss-drv-gre # DEPENDS:=+@NSS_DRV_GRE_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv +kmod-qca-nss-drv-gre
TITLE:=NSS EOGRE Manager for QCA NSS driver # TITLE:=NSS EOGRE Manager for QCA NSS driver
FILES:=$(PKG_BUILD_DIR)/eogremgr/qca-nss-eogremgr.ko # FILES:=$(PKG_BUILD_DIR)/eogremgr/qca-nss-eogremgr.ko
endef #endef
define KernelPackage/qca-nss-drv-eogremgr/description #define KernelPackage/qca-nss-drv-eogremgr/description
Kernel module for managing NSS EoGRE #Kernel module for managing NSS EoGRE
endef #endef
define KernelPackage/qca-nss-drv-clmapmgr #define KernelPackage/qca-nss-drv-clmapmgr
SECTION:=kernel # SECTION:=kernel
CATEGORY:=Kernel modules # CATEGORY:=Kernel modules
SUBMENU:=Network Devices # SUBMENU:=Network Devices
DEPENDS:=+@NSS_DRV_CLMAP_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv +kmod-qca-nss-drv-eogremgr # DEPENDS:=+@NSS_DRV_CLMAP_ENABLE +PACKAGE_kmod-qca-nss-drv:kmod-qca-nss-drv +kmod-qca-nss-drv-eogremgr
TITLE:=NSS clmap Manager for QCA NSS driver # TITLE:=NSS clmap Manager for QCA NSS driver
FILES:=$(PKG_BUILD_DIR)/clmapmgr/qca-nss-clmapmgr.ko # FILES:=$(PKG_BUILD_DIR)/clmapmgr/qca-nss-clmapmgr.ko
endef #endef
define KernelPackage/qca-nss-drv-clmapmgr/description #define KernelPackage/qca-nss-drv-clmapmgr/description
Kernel module for managing NSS clmap #Kernel module for managing NSS clmap
endef #endef
# define KernelPackage/qca-nss-drv-vxlanmgr # define KernelPackage/qca-nss-drv-vxlanmgr
# SECTION:=kernel # SECTION:=kernel
@@ -374,10 +374,10 @@ EXTRA_CFLAGS+= \
-I$(STAGING_DIR)/usr/include/qca-ssdk/fal -I$(STAGING_DIR)/usr/include/qca-ssdk/fal
# Build individual packages if selected # Build individual packages if selected
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-portifmgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-portifmgr),)
MAKE_OPTS+=portifmgr=y #MAKE_OPTS+=portifmgr=y
EXTRA_CFLAGS += -DNSS_PORTIFMGR_REF_AP148 -I$(PKG_BUILD_DIR)/portifmgr #EXTRA_CFLAGS += -DNSS_PORTIFMGR_REF_AP148 -I$(PKG_BUILD_DIR)/portifmgr
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-profile),) ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-profile),)
MAKE_OPTS+=profile=y MAKE_OPTS+=profile=y
@@ -387,10 +387,10 @@ ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-tun6rd),)
MAKE_OPTS+=tun6rd=m MAKE_OPTS+=tun6rd=m
endif endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-l2tpv2),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-l2tpv2),)
MAKE_OPTS+=l2tpv2=y #MAKE_OPTS+=l2tpv2=y
EXTRA_CFLAGS += -DNSS_L2TPV2_ENABLED #EXTRA_CFLAGS += -DNSS_L2TPV2_ENABLED
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pptp),) ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pptp),)
MAKE_OPTS+=pptp=y MAKE_OPTS+=pptp=y
@@ -409,27 +409,27 @@ MAKE_OPTS+=igs=y
EXTRA_CFLAGS+=-DNSS_IGS_DEBUG_LEVEL=4 EXTRA_CFLAGS+=-DNSS_IGS_DEBUG_LEVEL=4
endif endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-bridge-mgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-bridge-mgr),)
MAKE_OPTS+=bridge-mgr=y #MAKE_OPTS+=bridge-mgr=y
#enable OVS bridge if ovsmgr is enabled #enable OVS bridge if ovsmgr is enabled
ifneq ($(CONFIG_PACKAGE_kmod-qca-ovsmgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-ovsmgr),)
MAKE_OPTS+= NSS_BRIDGE_MGR_OVS_ENABLE=y #MAKE_OPTS+= NSS_BRIDGE_MGR_OVS_ENABLE=y
EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/qca-ovsmgr #EXTRA_CFLAGS+= -I$(STAGING_DIR)/usr/include/qca-ovsmgr
endif #endif
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-vlan-mgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-vlan-mgr),)
MAKE_OPTS+=vlan-mgr=y #MAKE_OPTS+=vlan-mgr=y
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-lag-mgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-lag-mgr),)
MAKE_OPTS+=lag-mgr=y #MAKE_OPTS+=lag-mgr=y
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-gre),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-gre),)
EXTRA_CFLAGS+= -I$(PKG_BUILD_DIR)/exports #EXTRA_CFLAGS+= -I$(PKG_BUILD_DIR)/exports
MAKE_OPTS+=gre=y #MAKE_OPTS+=gre=y
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pppoe),) ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pppoe),)
MAKE_OPTS+=pppoe=y MAKE_OPTS+=pppoe=y
@@ -445,17 +445,17 @@ EXTRA_CFLAGS+= -DNSS_NETLINK_UDP_ST_NO_RMNET_SUPPORT
endif endif
endif endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pvxlanmgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-pvxlanmgr),)
MAKE_OPTS+=pvxlanmgr=y #MAKE_OPTS+=pvxlanmgr=y
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-eogremgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-eogremgr),)
MAKE_OPTS+=eogremgr=y #MAKE_OPTS+=eogremgr=y
endif #endif
ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-clmapmgr),) #ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-clmapmgr),)
MAKE_OPTS+=clmapmgr=y #MAKE_OPTS+=clmapmgr=y
endif #endif
# ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-vxlanmgr),) # ifneq ($(CONFIG_PACKAGE_kmod-qca-nss-drv-vxlanmgr),)
# MAKE_OPTS+=vxlanmgr=y # MAKE_OPTS+=vxlanmgr=y
@@ -476,18 +476,18 @@ endef
$(eval $(call KernelPackage,qca-nss-drv-profile)) $(eval $(call KernelPackage,qca-nss-drv-profile))
$(eval $(call KernelPackage,qca-nss-drv-tun6rd)) $(eval $(call KernelPackage,qca-nss-drv-tun6rd))
$(eval $(call KernelPackage,qca-nss-drv-l2tpv2)) #$(eval $(call KernelPackage,qca-nss-drv-l2tpv2))
$(eval $(call KernelPackage,qca-nss-drv-pptp)) $(eval $(call KernelPackage,qca-nss-drv-pptp))
$(eval $(call KernelPackage,qca-nss-drv-pppoe)) $(eval $(call KernelPackage,qca-nss-drv-pppoe))
$(eval $(call KernelPackage,qca-nss-drv-tunipip6)) $(eval $(call KernelPackage,qca-nss-drv-tunipip6))
$(eval $(call KernelPackage,qca-nss-drv-qdisc)) $(eval $(call KernelPackage,qca-nss-drv-qdisc))
$(eval $(call KernelPackage,qca-nss-drv-igs)) $(eval $(call KernelPackage,qca-nss-drv-igs))
$(eval $(call KernelPackage,qca-nss-drv-portifmgr)) #$(eval $(call KernelPackage,qca-nss-drv-portifmgr))
$(eval $(call KernelPackage,qca-nss-drv-netlink)) $(eval $(call KernelPackage,qca-nss-drv-netlink))
$(eval $(call KernelPackage,qca-nss-drv-bridge-mgr)) #$(eval $(call KernelPackage,qca-nss-drv-bridge-mgr))
$(eval $(call KernelPackage,qca-nss-drv-vlan-mgr)) #$(eval $(call KernelPackage,qca-nss-drv-vlan-mgr))
$(eval $(call KernelPackage,qca-nss-drv-lag-mgr)) #$(eval $(call KernelPackage,qca-nss-drv-lag-mgr))
$(eval $(call KernelPackage,qca-nss-drv-gre)) #$(eval $(call KernelPackage,qca-nss-drv-gre))
$(eval $(call KernelPackage,qca-nss-drv-pvxlanmgr)) #$(eval $(call KernelPackage,qca-nss-drv-pvxlanmgr))
$(eval $(call KernelPackage,qca-nss-drv-eogremgr)) #$(eval $(call KernelPackage,qca-nss-drv-eogremgr))
$(eval $(call KernelPackage,qca-nss-drv-clmapmgr)) #$(eval $(call KernelPackage,qca-nss-drv-clmapmgr))

View File

@@ -3,56 +3,56 @@ menu "Configuration"
comment "Build Options" comment "Build Options"
config NSS_DRV_BRIDGE_ENABLE #config NSS_DRV_BRIDGE_ENABLE
bool # bool
default n # default n
prompt "Enable BRIDGE" # prompt "Enable BRIDGE"
config NSS_DRV_C2C_ENABLE #config NSS_DRV_C2C_ENABLE
bool # bool
default n # default n
prompt "Enable C2C" # prompt "Enable C2C"
config NSS_DRV_CAPWAP_ENABLE #config NSS_DRV_CAPWAP_ENABLE
bool # bool
default n # default n
prompt "Enable CAPWAP" # prompt "Enable CAPWAP"
config NSS_DRV_CLMAP_ENABLE #config NSS_DRV_CLMAP_ENABLE
bool # bool
default n # default n
prompt "Enable CLMAP" # prompt "Enable CLMAP"
config NSS_DRV_CRYPTO_ENABLE #config NSS_DRV_CRYPTO_ENABLE
bool # bool
default n # default n
prompt "Enable CRYPTO" # prompt "Enable CRYPTO"
config NSS_DRV_DTLS_ENABLE #config NSS_DRV_DTLS_ENABLE
bool # bool
default n # default n
prompt "Enable DTLS" # prompt "Enable DTLS"
config NSS_DRV_EDMA_ENABLE #config NSS_DRV_EDMA_ENABLE
bool # bool
default n # default n
prompt "Enable EDMA" # prompt "Enable EDMA"
config NSS_DRV_GRE_ENABLE #config NSS_DRV_GRE_ENABLE
bool # bool
default n # default n
prompt "Enable GRE" # prompt "Enable GRE"
config NSS_DRV_GRE_REDIR_ENABLE #config NSS_DRV_GRE_REDIR_ENABLE
bool # bool
default n # default n
depends on NSS_DRV_GRE_ENABLE # depends on NSS_DRV_GRE_ENABLE
prompt "Enable GRE_REDIR" # prompt "Enable GRE_REDIR"
config NSS_DRV_GRE_TUNNEL_ENABLE #config NSS_DRV_GRE_TUNNEL_ENABLE
bool # bool
default n # default n
depends on NSS_DRV_GRE_ENABLE # depends on NSS_DRV_GRE_ENABLE
prompt "Enable GRE_TUNNEL" # prompt "Enable GRE_TUNNEL"
config NSS_DRV_IGS_ENABLE config NSS_DRV_IGS_ENABLE
bool bool
default n default n
prompt "Enable IGS" prompt "Enable IGS"
config NSS_DRV_IPSEC_ENABLE #config NSS_DRV_IPSEC_ENABLE
bool # bool
default n # default n
prompt "Enable IPSEC" # prompt "Enable IPSEC"
config NSS_DRV_IPV4_REASM_ENABLE config NSS_DRV_IPV4_REASM_ENABLE
bool bool
default n default n
@@ -65,38 +65,38 @@ config NSS_DRV_IPV6_REASM_ENABLE
bool bool
default n default n
prompt "Enable IPV6_REASM" prompt "Enable IPV6_REASM"
config NSS_DRV_L2TP_ENABLE #config NSS_DRV_L2TP_ENABLE
bool # bool
default n # default n
prompt "Enable L2TP" # prompt "Enable L2TP"
config NSS_DRV_LAG_ENABLE #config NSS_DRV_LAG_ENABLE
bool # bool
default n # default n
prompt "Enable LAG" # prompt "Enable LAG"
config NSS_DRV_MAPT_ENABLE #config NSS_DRV_MAPT_ENABLE
bool # bool
default n # default n
prompt "Enable MAPT" # prompt "Enable MAPT"
config NSS_DRV_MATCH_ENABLE #config NSS_DRV_MATCH_ENABLE
bool # bool
default n # default n
prompt "Enable MATCH" # prompt "Enable MATCH"
config NSS_DRV_MIRROR_ENABLE #config NSS_DRV_MIRROR_ENABLE
bool # bool
default n # default n
prompt "Enable MIRROR" # prompt "Enable MIRROR"
config NSS_DRV_OAM_ENABLE #config NSS_DRV_OAM_ENABLE
bool # bool
default n # default n
prompt "Enable OAM" # prompt "Enable OAM"
config NSS_DRV_PORTID_ENABLE #config NSS_DRV_PORTID_ENABLE
bool # bool
default n # default n
prompt "Enable PORTID" # prompt "Enable PORTID"
config NSS_DRV_PPE_ENABLE #config NSS_DRV_PPE_ENABLE
bool # bool
default n # default n
prompt "Enable PPE" # prompt "Enable PPE"
config NSS_DRV_PPPOE_ENABLE config NSS_DRV_PPPOE_ENABLE
bool bool
default n default n
@@ -105,38 +105,38 @@ config NSS_DRV_PPTP_ENABLE
bool bool
default y default y
prompt "Enable PPTP" prompt "Enable PPTP"
config NSS_DRV_PVXLAN_ENABLE #config NSS_DRV_PVXLAN_ENABLE
bool # bool
default n # default n
prompt "Enable PVXLAN" # prompt "Enable PVXLAN"
config NSS_DRV_QRFS_ENABLE #config NSS_DRV_QRFS_ENABLE
bool # bool
default n # default n
prompt "Enable QRFS" # prompt "Enable QRFS"
config NSS_DRV_QVPN_ENABLE #config NSS_DRV_QVPN_ENABLE
bool # bool
default n # default n
prompt "Enable QVPN" # prompt "Enable QVPN"
config NSS_DRV_RMNET_ENABLE #config NSS_DRV_RMNET_ENABLE
bool # bool
default n # default n
prompt "Enable RMNET" # prompt "Enable RMNET"
config NSS_DRV_SHAPER_ENABLE config NSS_DRV_SHAPER_ENABLE
bool bool
default n default n
prompt "Enable SHAPER" prompt "Enable SHAPER"
config NSS_DRV_SJACK_ENABLE #config NSS_DRV_SJACK_ENABLE
bool # bool
default n # default n
prompt "Enable SJACK (ipq807x)" # prompt "Enable SJACK (ipq807x)"
config NSS_DRV_TLS_ENABLE #config NSS_DRV_TLS_ENABLE
bool # bool
default n # default n
prompt "Enable TLS" # prompt "Enable TLS"
config NSS_DRV_TRUSTSEC_ENABLE #config NSS_DRV_TRUSTSEC_ENABLE
bool # bool
default n # default n
prompt "Enable TRUSTSEC" # prompt "Enable TRUSTSEC"
config NSS_DRV_TSTAMP_ENABLE config NSS_DRV_TSTAMP_ENABLE
bool bool
default n default n
@@ -153,14 +153,14 @@ config NSS_DRV_VIRT_IF_ENABLE
bool bool
default y default y
prompt "Enable VIRT_IF" prompt "Enable VIRT_IF"
config NSS_DRV_VLAN_ENABLE #config NSS_DRV_VLAN_ENABLE
bool # bool
default n # default n
prompt "Enable VLAN (ipq807x)" # prompt "Enable VLAN (ipq807x)"
config NSS_DRV_VXLAN_ENABLE #config NSS_DRV_VXLAN_ENABLE
bool # bool
default n # default n
prompt "Enable VXLAN (ipq807x)" # prompt "Enable VXLAN (ipq807x)"
config NSS_DRV_WIFI_ENABLE config NSS_DRV_WIFI_ENABLE
bool bool
default n default n