mirror of
https://github.com/breeze303/nss-packages.git
synced 2025-12-16 16:57:29 +00:00
qca-nss-clients: fix incorrectly defined exports include directory
This commit is contained in:
parent
60c4bb0852
commit
83b5ea1e6a
@ -494,7 +494,7 @@ define KernelPackage/qca-nss-drv-match
|
||||
SECTION:=kernel
|
||||
CATEGORY:=Kernel modules
|
||||
SUBMENU:=Network Devices
|
||||
DEPENDS:=+@NSS_DRV_MATCH_ENABLE \
|
||||
DEPENDS:=+@NSS_DRV_MATCH_ENABLE +@NSS_DRV_WIFIOFFLOAD_ENABLE \
|
||||
+kmod-qca-nss-drv
|
||||
TITLE:=NSS Match for QCA NSS driver
|
||||
FILES:=$(PKG_BUILD_DIR)/match/qca-nss-match.ko
|
||||
|
||||
10
qca-nss-clients/patches/0023-mirror-fix-makefile.patch
Normal file
10
qca-nss-clients/patches/0023-mirror-fix-makefile.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user