Skip to content

Commit

Permalink
mac80211: disable building on kernel 6.6 temporarily
Browse files Browse the repository at this point in the history
Currently mac80211 wifi drivers are using backports-6.5 which will
apparently cause build failure on kernel 6.6.

It has to be disabled for now until a newer version of backports is
used.

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
  • Loading branch information
hackpascal committed Feb 29, 2024
1 parent 25942b2 commit ebeae30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/mac80211/Makefile
Expand Up @@ -45,6 +45,7 @@ define KernelPackage/mac80211/Default
SUBMENU:=$(WMENU)
URL:=https://wireless.wiki.kernel.org/
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
DEPENDS:=@!LINUX_6_6
endef

# config_pacakge:
Expand Down

0 comments on commit ebeae30

Please sign in to comment.