summaryrefslogtreecommitdiffstats
path: root/package/rt2x00
diff options
context:
space:
mode:
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