projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97501ba
)
disable ath9k on all platforms without pci support, not just uml
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Aug 2008 15:46:46 +0000
(15:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 20 Aug 2008 15:46:46 +0000
(15:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12354
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ath9k/Makefile
patch
|
blob
|
history
diff --git
a/package/ath9k/Makefile
b/package/ath9k/Makefile
index
4bb17ee
..
8c9456f
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
This page took
0.020925 seconds
and
4
git commands to generate.