summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-20 07:46:00 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-20 07:46:00 +0000
commit7f445511cf9b2cef388832a4ca6828ba1cdf7fad (patch)
tree00d349673f7ae6eda1fe3465330aafa29aa9de29 /package/rt2x00
parent157f1fad33e13c5b01c2dc5fbc674e107605f866 (diff)
disable more modules not supported on UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rt2x00')
-rw-r--r--package/rt2x00/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rt2x00/Makefile b/package/rt2x00/Makefile
index 71cd418be..9dd928693 100644
--- a/package/rt2x00/Makefile
+++ b/package/rt2x00/Makefile
@@ -29,7 +29,7 @@ endif
define KernelPackage/rt2x00/Default
SUBMENU:=Wireless Drivers
TITLE:=Ralink Drivers for RT2x00 cards
- DEPENDS:=@LINUX_2_6 @!TARGET_atheros
+ DEPENDS:=@LINUX_2_6 @!TARGET_atheros @!TARGET_uml
KCONFIG:=CONFIG_MAC80211
endef