aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-20 15:33:05 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-20 15:33:05 +0000
commit8d28b2567ce64d478652c060a19e8002b40f27a1 (patch)
tree9a9e6b965a85673f0e0ba5c0abe51042819d82e4 /package
parent6a9b975ab27df383f9521679f3b0041c5501ff39 (diff)
downloadmaster-187ad058-8d28b2567ce64d478652c060a19e8002b40f27a1.tar.gz
master-187ad058-8d28b2567ce64d478652c060a19e8002b40f27a1.tar.bz2
master-187ad058-8d28b2567ce64d478652c060a19e8002b40f27a1.zip
disable ath9k on uml
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12352 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile
index f9fed5e837..4bb17eee57 100644
--- a/package/ath9k/Makefile
+++ b/package/ath9k/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/ath9k
SUBMENU:=Wireless Drivers
TITLE:=Atheros AR9xxx and AR5416/AR5418 wireless support
- DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx
+ DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx @!TARGET_uml
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath9k/ath9k.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ath9k)
endef