mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 22:53:09 +02:00
Package tunnel6 as well (#1943)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7705 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fa83d38853
commit
8663558203
@ -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
Block a user