Skip to content

Commit

Permalink
[package] kernel/modules: fix ipcomp6 load order
Browse files Browse the repository at this point in the history
ipcomp6 depends on xfrm6_tunnel, load order changed accordingly.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32773 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
acinonyx committed Jul 17, 2012
1 parent fa73d6d commit a62b608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/modules/netsupport.mk
Expand Up @@ -302,11 +302,11 @@ $(eval $(call KernelPackage,ipsec4))
IPSEC6-m:= \
ipv6/ah6 \
ipv6/esp6 \
ipv6/ipcomp6 \
ipv6/xfrm6_mode_beet \
ipv6/xfrm6_mode_transport \
ipv6/xfrm6_mode_tunnel \
ipv6/xfrm6_tunnel \
ipv6/ipcomp6 \

define KernelPackage/ipsec6
SUBMENU:=$(NETWORK_SUPPORT_MENU)
Expand Down

0 comments on commit a62b608

Please sign in to comment.