From 83b5ea1e6a7d65cf47837897dd60993f9bc3bef4 Mon Sep 17 00:00:00 2001 From: Qosmio Date: Mon, 19 Feb 2024 02:58:17 -0500 Subject: [PATCH] qca-nss-clients: fix incorrectly defined exports include directory --- qca-nss-clients/Makefile | 2 +- qca-nss-clients/patches/0023-mirror-fix-makefile.patch | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 qca-nss-clients/patches/0023-mirror-fix-makefile.patch diff --git a/qca-nss-clients/Makefile b/qca-nss-clients/Makefile index c89a928..b3cd4bf 100644 --- a/qca-nss-clients/Makefile +++ b/qca-nss-clients/Makefile @@ -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 diff --git a/qca-nss-clients/patches/0023-mirror-fix-makefile.patch b/qca-nss-clients/patches/0023-mirror-fix-makefile.patch new file mode 100644 index 0000000..a6c51af --- /dev/null +++ b/qca-nss-clients/patches/0023-mirror-fix-makefile.patch @@ -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 +