projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
257ee32
)
disable ath9k on uml
author
Nicolas Thill
<nico@openwrt.org>
Wed, 20 Aug 2008 15:33:05 +0000
(15:33 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 20 Aug 2008 15:33:05 +0000
(15:33 +0000)
SVN-Revision: 12352
package/ath9k/Makefile
patch
|
blob
|
history
diff --git
a/package/ath9k/Makefile
b/package/ath9k/Makefile
index f9fed5e8377a9955882704eac02eab65c709dbb7..4bb17eee57e7d63ffa7e82c5792f4978f09a93f6 100644
(file)
--- 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