Package tunnel6 as well (#1943)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7705 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
08052a3c69
commit
e4381f4f8c
|
@ -110,11 +110,12 @@ define KernelPackage/ipsec6
|
|||
- ah6\\\
|
||||
- esp6\\\
|
||||
- ipcomp6\\\
|
||||
- xfrm6_tunnel
|
||||
- xfrm6_tunnel\\\
|
||||
- tunnel6
|
||||
SUBMENU:=$(NSMENU)
|
||||
KCONFIG:=$(CONFIG_INET6_AH)
|
||||
DEPENDS:=kmod-ipsec
|
||||
FILES:= $(foreach mod,ah6 esp6 ipcomp6 xfrm6_tunnel, \
|
||||
FILES:= $(foreach mod,ah6 esp6 ipcomp6 xfrm6_tunnel tunnel6, \
|
||||
$(LINUX_DIR)/net/ipv6/$(mod).$(LINUX_KMOD_SUFFIX) \
|
||||
)
|
||||
endef
|
||||
|
|
Loading…
Reference in New Issue