summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-04-29 21:00:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-04-29 21:00:17 +0000
commita85af68ad02e905d54093d93e874921d80aa41e7 (patch)
tree575cfb19d8df09633131185a50c53e4090aead07 /package
parente931ffd678298d07d90618bb4e0685e6e1235301 (diff)
downloadmtk-20170518-a85af68ad02e905d54093d93e874921d80aa41e7.zip
mtk-20170518-a85af68ad02e905d54093d93e874921d80aa41e7.tar.gz
mtk-20170518-a85af68ad02e905d54093d93e874921d80aa41e7.tar.bz2
mac80211: load lib80211 after cfg80211 (#11342)
SVN-Revision: 31537
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile
index 2101e96..f73a896 100644
--- a/package/mac80211/Makefile
+++ b/package/mac80211/Makefile
@@ -475,7 +475,7 @@ define KernelPackage/lib80211
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_wep.ko \
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_ccmp.ko \
$(PKG_BUILD_DIR)/net/wireless/lib80211_crypt_tkip.ko
- AUTOLOAD:=$(call AutoLoad,10, \
+ AUTOLOAD:=$(call AutoLoad,21, \
lib80211 \
lib80211_crypt_wep \
lib80211_crypt_ccmp \