aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-08-09 12:19:30 +0000
committerJonas Gorski <jogo@openwrt.org>2011-08-09 12:19:30 +0000
commit51d2c32e24b9148a10d7a5029110e84abb9afef6 (patch)
tree331a51d3e4a29f07959fc1c1a761be9fed62b17f
parent4fad9a20d26b276ac9fa48a861fd6fc40f79ff40 (diff)
downloadupstream-51d2c32e24b9148a10d7a5029110e84abb9afef6.tar.gz
upstream-51d2c32e24b9148a10d7a5029110e84abb9afef6.tar.bz2
upstream-51d2c32e24b9148a10d7a5029110e84abb9afef6.zip
package/mac80211: mark as broken for linux 3.1
compat-wireless does not support 3.1 yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27935 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 168ede3f22..377497905e 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