summaryrefslogtreecommitdiff
path: root/package/ath9k/Makefile
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/Makefile
parent257ee32b7d3f7ad7e0edfd34cfa900452337728d (diff)
downloadmtk-20170518-f52f0ecb9c69a0f25a04de985108f7222aa596ed.zip
mtk-20170518-f52f0ecb9c69a0f25a04de985108f7222aa596ed.tar.gz
mtk-20170518-f52f0ecb9c69a0f25a04de985108f7222aa596ed.tar.bz2
disable ath9k on uml
SVN-Revision: 12352
Diffstat (limited to 'package/ath9k/Makefile')
-rw-r--r--package/ath9k/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ath9k/Makefile b/package/ath9k/Makefile
index f9fed5e..4bb17ee 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