diff options
author | Steven Barth <steven@midlink.org> | 2015-05-02 07:44:47 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2015-05-02 07:44:47 +0000 |
commit | 0b42a29e7f6370afe47a1e8688492245288cfa7a (patch) | |
tree | 08bf1cc4bbecbf0a81ebf1078856e074aeb88765 /package | |
parent | 00f1d3b2c9fb002ee153f3723c0a8f43ca688f84 (diff) | |
download | upstream-0b42a29e7f6370afe47a1e8688492245288cfa7a.tar.gz upstream-0b42a29e7f6370afe47a1e8688492245288cfa7a.tar.bz2 upstream-0b42a29e7f6370afe47a1e8688492245288cfa7a.zip |
netsupport: package L2TPv3 over IPv6 as well
Signed-off-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 547e429f09..7ec3d29792 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -895,11 +895,11 @@ $(eval $(call KernelPackage,l2tp-eth)) define KernelPackage/l2tp-ip SUBMENU:=$(NETWORK_SUPPORT_MENU) - TITLE:=L2TP IP encapsulation for L2TPv3 - DEPENDS:=+kmod-l2tp + TITLE:=L2TP IP + IPv6 encapsulation for L2TPv3 + DEPENDS:=+kmod-l2tp +kmod-ipv6 KCONFIG:=CONFIG_L2TP_IP - FILES:=$(LINUX_DIR)/net/l2tp/l2tp_ip.ko - AUTOLOAD:=$(call AutoLoad,33,l2tp_ip) + FILES:=$(LINUX_DIR)/net/l2tp/l2tp_ip.ko $(LINUX_DIR)/net/l2tp/l2tp_ip6.ko + AUTOLOAD:=$(call AutoLoad,33,l2tp_ip l2tp_ip6) endef define KernelPackage/l2tp-ip/description |