1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-28 22:48:55 +03:00

[package] mac80211: autoload ath9k_htc after USB controller drivers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28442 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-10-13 14:29:06 +00:00
parent dd01482134
commit 0eada26035

View File

@ -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