mac80211: autoload ath9k_htc after USB controller drivers

SVN-Revision: 28442
lede-17.01
Jo-Philipp Wich 2011-10-13 14:29:06 +00:00
parent b27c184b07
commit 56c2b1f382
1 changed files with 1 additions and 1 deletions

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