mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-17 00:33:40 +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
|
SECTION:=kernel
|
||||||
CATEGORY:=Kernel modules
|
CATEGORY:=Kernel modules
|
||||||
SUBMENU:=Network Devices
|
SUBMENU:=Network Devices
|
||||||
DEPENDS:=+@NSS_DRV_MATCH_ENABLE \
|
DEPENDS:=+@NSS_DRV_MATCH_ENABLE +@NSS_DRV_WIFIOFFLOAD_ENABLE \
|
||||||
+kmod-qca-nss-drv
|
+kmod-qca-nss-drv
|
||||||
TITLE:=NSS Match for QCA NSS driver
|
TITLE:=NSS Match for QCA NSS driver
|
||||||
FILES:=$(PKG_BUILD_DIR)/match/qca-nss-match.ko
|
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