projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e78e2c
)
kernel: fix kmod-ipsec load order (#12552)
author
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 Jan 2013 10:54:56 +0000
(10:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Mon, 7 Jan 2013 10:54:56 +0000
(10:54 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35032
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/netsupport.mk
b/package/kernel/modules/netsupport.mk
index
7cfd2d7
..
7858f47
100644
(file)
--- a/
package/kernel/modules/netsupport.mk
+++ b/
package/kernel/modules/netsupport.mk
@@
-231,10
+231,10
@@
$(eval $(call KernelPackage,ipip))
IPSEC-m:= \
- key/af_key \
- xfrm/xfrm_ipcomp \
$(if $(CONFIG_LINUX_3_3),,xfrm/xfrm_algo) \
+ xfrm/xfrm_ipcomp \
xfrm/xfrm_user \
+ key/af_key \
define KernelPackage/ipsec
SUBMENU:=$(NETWORK_SUPPORT_MENU)