From bba604186c1a89aa8bc63e0a6c85c4c170f56d16 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 9 Aug 2011 12:19:30 +0000 Subject: [PATCH] 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 --- package/mac80211/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - 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