diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:30 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-08-09 12:19:30 +0000 |
commit | b9776f56d87d672911839c506f7926f4e12f8c2b (patch) | |
tree | e8d35985c987524cd9c21086b7a1364c92737e9c | |
parent | d430455527344de964e359ff1143418e3e78a232 (diff) | |
download | upstream-b9776f56d87d672911839c506f7926f4e12f8c2b.tar.gz upstream-b9776f56d87d672911839c506f7926f4e12f8c2b.tar.bz2 upstream-b9776f56d87d672911839c506f7926f4e12f8c2b.zip |
package/mac80211: mark as broken for linux 3.1
compat-wireless does not support 3.1 yet.
SVN-Revision: 27935
-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 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 |