projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a51d246
)
mac80211: iwlwifi: Add DRIVER_11BE_SUPPORT
author
Hauke Mehrtens
<
[email protected]
>
Wed, 3 Sep 2025 20:55:26 +0000
(22:55 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Thu, 4 Sep 2025 10:09:35 +0000
(12:09 +0200)
The driver support Wifi 7, add dependency to DRIVER_11BE_SUPPORT.
Link:
https://github.com/openwrt/openwrt/pull/19948
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/mac80211/intel.mk
patch
|
blob
|
history
diff --git
a/package/kernel/mac80211/intel.mk
b/package/kernel/mac80211/intel.mk
index bfd32c733af624923dff32c6fab707b0a7fa0fe5..3097ec50fe400048c786fc5d2e845db8ca5e6cea 100644
(file)
--- 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 \