diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-05-02 07:44:47 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-05-02 07:44:47 +0000 |
commit | 498e3a7fd456cc4e39361a25cf8eead61f5742eb (patch) | |
tree | 66c05b54b0eac51f67072e99d7140717b293cdc0 /package/kernel/linux/modules | |
parent | f2277a967d949e89f36a57d59fb2b3830a3c5141 (diff) | |
download | upstream-498e3a7fd456cc4e39361a25cf8eead61f5742eb.tar.gz upstream-498e3a7fd456cc4e39361a25cf8eead61f5742eb.tar.bz2 upstream-498e3a7fd456cc4e39361a25cf8eead61f5742eb.zip |
netsupport: package L2TPv3 over IPv6 as well
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45593
Diffstat (limited to 'package/kernel/linux/modules')
-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 |