1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 08:31:19 +02:00

Package tunnel6 as well (#1943)

SVN-Revision: 7705
This commit is contained in:
Florian Fainelli 2007-06-22 08:53:59 +00:00
parent 0aeee1f572
commit 264794d802

@ -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