projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27c184
)
mac80211: autoload ath9k_htc after USB controller drivers
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 13 Oct 2011 14:29:06 +0000
(14:29 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 13 Oct 2011 14:29:06 +0000
(14:29 +0000)
SVN-Revision: 28442
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index eedd2fad30fcd478d1af9f30824c84b3f1a25488..ae2920b9de7f23bc6cab829895b6ae07fb1e0fb0 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-441,7
+441,7
@@
define KernelPackage/ath9k-htc
DEPENDS+= @USB_SUPPORT +kmod-ath9k-common +kmod-usb-core
FILES:= \
$(PKG_BUILD_DIR)/drivers/net/wireless/ath/ath9k/ath9k_htc.ko
- AUTOLOAD:=$(call AutoLoad,
28
,ath9k_htc)
+ AUTOLOAD:=$(call AutoLoad,
55
,ath9k_htc)
endef
define KernelPackage/ath9k-htc/description