compat-wireless' linux version detection currently breaks for linux 3.0,
so disable it for it until this is fixed.

Signed-off-by: Jonas Gorski <jonas.gorski+open...@gmail.com>
---
 package/mac80211/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 64e18b2..76e73f6 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 <n...@openwrt.org>
-  DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN)
+  
DEPENDS:=@(!(TARGET_avr32||TARGET_ep93xx||TARGET_ps3||TARGET_pxcab||LINUX_3_0)||BROKEN)
 endef
 
 define KernelPackage/cfg80211
-- 
1.7.2.5

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to