projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e931ffd
)
mac80211: load lib80211 after cfg80211 (#11342)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Apr 2012 21:00:17 +0000
(21:00 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 29 Apr 2012 21:00:17 +0000
(21:00 +0000)
SVN-Revision: 31537
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 2101e960a1dbc7974abf5d39a669e06a69abb1e7..f73a896557766798256a24abbdfbc5b75b5b397e 100644
(file)
--- 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 \