aboutsummaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-09-17 02:04:38 +0000
committerNicolas Thill <nico@openwrt.org>2007-09-17 02:04:38 +0000
commit0d56d48d9aeecdbaaf30f3a4f8deb685f408c102 (patch)
treed2510e87f4c42a814557ac8eeaa9b6f46e315090 /package/rt2x00
parentf6197eabdafd2b45fc004741341fb342206178ee (diff)
downloadupstream-0d56d48d9aeecdbaaf30f3a4f8deb685f408c102.tar.gz
upstream-0d56d48d9aeecdbaaf30f3a4f8deb685f408c102.tar.bz2
upstream-0d56d48d9aeecdbaaf30f3a4f8deb685f408c102.zip
disable package that can't build on atheros target (no pci/usb)
SVN-Revision: 8823
Diffstat (limited to 'package/rt2x00')
-rw-r--r--package/rt2x00/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index a6c7e5c86b..71cd418be8 100644
--- a/package/rt2x00/Makefile
+++ b/package/rt2x00/Makefile
@@ -25,10 +25,11 @@ ifeq ($(DUMP),)
include $(LINUX_DIR)/.config
endif
+# XXX: remove @!TARGET_* later when we have PCI & USB support properly detected on all targets
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@LINUX_2_6 @!TARGET_atheros
KCONFIG:=CONFIG_MAC80211
endef