Revert "qca-nss-clients: fix incorrectly defined exports include directory"

This reverts commit 83b5ea1e6a.
This commit is contained in:
Qosmio 2024-02-19 02:59:48 -05:00
parent 83b5ea1e6a
commit 3dfeff28b6
2 changed files with 1 additions and 11 deletions

View File

@ -494,7 +494,7 @@ define KernelPackage/qca-nss-drv-match
SECTION:=kernel
CATEGORY:=Kernel modules
SUBMENU:=Network Devices
DEPENDS:=+@NSS_DRV_MATCH_ENABLE +@NSS_DRV_WIFIOFFLOAD_ENABLE \
DEPENDS:=+@NSS_DRV_MATCH_ENABLE \
+kmod-qca-nss-drv
TITLE:=NSS Match for QCA NSS driver
FILES:=$(PKG_BUILD_DIR)/match/qca-nss-match.ko

View File

@ -1,10 +0,0 @@
--- a/mirror/Makefile
+++ b/mirror/Makefile
@@ -1,6 +1,6 @@
# Makefile for NSS MIRROR
-ccflags-y += $(NSS_CCFLAGS) -I$(obj)/../../exports
+ccflags-y += $(NSS_CCFLAGS) -I$(obj)/../exports
ccflags-y += -DNSS_MIRROR_DEBUG_LEVEL=2
ccflags-y += -Wall -Werror