diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-12-23 11:08:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-12-23 11:08:22 +0000 |
commit | 5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0 (patch) | |
tree | 336654e375ab734a497e3f81d17cacd47d3080cd /package/mac80211/Makefile | |
parent | 4d568a18b1f2720a7cc8db7d358ea95e066b8d7c (diff) | |
download | mtk-20170518-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.zip mtk-20170518-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.tar.gz mtk-20170518-5734bdddcdab1e951ab360b35ea2aa3e4f0ff5c0.tar.bz2 |
disable a few packages failing on ps3 as well (marking them as BROKEN)
SVN-Revision: 18905
Diffstat (limited to 'package/mac80211/Makefile')
-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 a494d54..4cef285 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -33,7 +33,7 @@ WMENU:=Wireless Drivers define KernelPackage/mac80211/Default SUBMENU:=$(WMENU) URL:=http://linuxwireless.org/ - DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_pxcab)||BROKEN) + DEPENDS:=@LINUX_2_6 @!TARGET_avr32 @(!(TARGET_ep93xx||TARGET_ps3||TARGET_pxcab)||BROKEN) endef define KernelPackage/mac80211 |