diff options
| author | Hauke Mehrtens | 2025-09-03 20:55:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-09-04 10:09:35 +0000 |
| commit | 350d8a0711f05d525badec3e5c05f0ae94044db1 (patch) | |
| tree | 4c964c4f6617d8890c3e1741888050217e41185c | |
| parent | a51d246e85f52198b79fb3be9ab1fe579c368d52 (diff) | |
| download | openwrt-350d8a0711f05d525badec3e5c05f0ae94044db1.tar.gz | |
mac80211: iwlwifi: Add DRIVER_11BE_SUPPORT
The driver support Wifi 7, add dependency to DRIVER_11BE_SUPPORT.
Link: https://github.com/openwrt/openwrt/pull/19948
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/mac80211/intel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/intel.mk b/package/kernel/mac80211/intel.mk index bfd32c733a..3097ec50fe 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 +kmod-ptp @PCI_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT + DEPENDS:= +kmod-mac80211 +kmod-ptp @PCI_SUPPORT +@DRIVER_11AC_SUPPORT +@DRIVER_11AX_SUPPORT +@DRIVER_11BE_SUPPORT TITLE:=Intel AGN Wireless support FILES:= \ $(PKG_BUILD_DIR)/drivers/net/wireless/intel/iwlwifi/iwlwifi.ko \ |