diff options
Diffstat (limited to 'package/mac80211')
| -rw-r--r-- | package/mac80211/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index 168ede3f2..377497905 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -48,7 +48,7 @@ define KernelPackage/mac80211/Default    SUBMENU:=$(WMENU)    URL:=http://linuxwireless.org/    MAINTAINER:=Felix Fietkau <nbd@openwrt.org> -  DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN) +  DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab||LINUX_3_1)||BROKEN)  endef  define KernelPackage/cfg80211 | 
