diff --git a/patches/0063-mac80211-drop-hostapd-common-dependency.patch b/patches/0063-mac80211-drop-hostapd-common-dependency.patch new file mode 100644 index 000000000..6bd714b64 --- /dev/null +++ b/patches/0063-mac80211-drop-hostapd-common-dependency.patch @@ -0,0 +1,26 @@ +From 1a81e9b20441216fbdfc77e5f38cdc2c7135fd9e Mon Sep 17 00:00:00 2001 +From: John Crispin +Date: Mon, 2 Oct 2023 17:54:01 +0200 +Subject: [PATCH] mac80211: drop hostapd-common dependency + +Signed-off-by: John Crispin +--- + package/kernel/mac80211/Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile +index 248b48c3c1..2e10150d12 100644 +--- a/package/kernel/mac80211/Makefile ++++ b/package/kernel/mac80211/Makefile +@@ -121,7 +121,7 @@ define KernelPackage/mac80211 + $(call KernelPackage/mac80211/Default) + TITLE:=Linux 802.11 Wireless Networking Stack + # +kmod-crypto-cmac is a runtime only dependency of net/mac80211/aes_cmac.c +- DEPENDS+= +kmod-cfg80211 +kmod-crypto-cmac +kmod-crypto-ccm +kmod-crypto-gcm +hostapd-common ++ DEPENDS+= +kmod-cfg80211 +kmod-crypto-cmac +kmod-crypto-ccm +kmod-crypto-gcm + KCONFIG:=\ + CONFIG_AVERAGE=y + FILES:= $(PKG_BUILD_DIR)/net/mac80211/mac80211.ko +-- +2.34.1 + diff --git a/profiles/edgecore_eap104.yml b/profiles/edgecore_eap104.yml index 16605ecc8..9fc318f38 100644 --- a/profiles/edgecore_eap104.yml +++ b/profiles/edgecore_eap104.yml @@ -7,14 +7,11 @@ image: bin/targets/ipq807x/ipq50xx/openwrt-ipq807x-edgecore_eap104-squashfs-sysu feeds: - name: ipq807x path: ../../feeds/ipq807x - - name: bluetooth_cc2652 - path: ../../feeds/bluetooth-cc2652 include: - wifi-ax - ucentral-ap packages: - ipq807x - - cc2652 diffconfig: | CONFIG_KERNEL_IPQ_MEM_PROFILE=512 CONFIG_BUSYBOX_CUSTOM=y