From 110c498e0088b37b4e53e436d7963ee955a48246 Mon Sep 17 00:00:00 2001 From: xopenwrt <98641952+xopenwrt@users.noreply.github.com> Date: Sun, 20 Jul 2025 22:39:07 +0800 Subject: [PATCH] Remove Patch --- CustomFiles/Patches/fix_mac80211.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 CustomFiles/Patches/fix_mac80211.patch diff --git a/CustomFiles/Patches/fix_mac80211.patch b/CustomFiles/Patches/fix_mac80211.patch deleted file mode 100644 index 13e7518..0000000 --- a/CustomFiles/Patches/fix_mac80211.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/package/kernel/mac80211/intel.mk b/package/kernel/mac80211/intel.mk -index 8d374d73e744..839127b6306d 100644 ---- a/package/kernel/mac80211/intel.mk -+++ b/package/kernel/mac80211/intel.mk -@@ -6,7 +6,7 @@ config-$(CONFIG_PACKAGE_IWLWIFI_DEBUGFS)+= IWLWIFI_DEBUGFS - - define KernelPackage/iwlwifi - $(call KernelPackage/mac80211/Default) -- DEPENDS:= +kmod-mac80211 @PCI_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT -+ DEPENDS:= @PCI_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT +kmod-mac80211 +LINUX_6_1:kmod-fs-efivarfs - TITLE:=Intel AGN Wireless support - FILES:= \ - $(PKG_BUILD_DIR)/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko \ \ No newline at end of file