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:
8a08f95
)
disable ath9k on all platforms without pci support, not just uml
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Aug 2008 15:46:46 +0000
(15:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 20 Aug 2008 15:46:46 +0000
(15:46 +0000)
SVN-Revision: 12354
package/ath9k/Makefile
patch
|
blob
|
history
diff --git
a/package/ath9k/Makefile
b/package/ath9k/Makefile
index 4bb17eee57e7d63ffa7e82c5792f4978f09a93f6..8c9456f7bc231c7738a073360d57c57bd73548f3 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 @
!TARGET_uml
+ DEPENDS:=+kmod-mac80211 @!TARGET_brcm47xx @
PCI_SUPPORT
FILES:=$(PKG_BUILD_DIR)/drivers/net/wireless/ath9k/ath9k.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,30,ath9k)
endef