summaryrefslogtreecommitdiffstats
path: root/package/ath9k
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
commitf52f0ecb9c69a0f25a04de985108f7222aa596ed (patch)
treec992fe65fda3d57ac93ace0dbca11247b71c2a02 /package/ath9k
parent257ee32b7d3f7ad7e0edfd34cfa900452337728d (diff)
downloadmaster-31e0f0ae-f52f0ecb9c69a0f25a04de985108f7222aa596ed.tar.gz
master-31e0f0ae-f52f0ecb9c69a0f25a04de985108f7222aa596ed.tar.bz2
master-31e0f0ae-f52f0ecb9c69a0f25a04de985108f7222aa596ed.zip
disable ath9k on uml
SVN-Revision: 12352
Diffstat (limited to 'package/ath9k')
-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