Author: cyrus Date: 2015-05-02 09:44:47 +0200 (Sat, 02 May 2015) New Revision: 45593
Modified: trunk/package/kernel/linux/modules/netsupport.mk Log: netsupport: package L2TPv3 over IPv6 as well Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/kernel/linux/modules/netsupport.mk =================================================================== --- trunk/package/kernel/linux/modules/netsupport.mk 2015-05-01 17:23:15 UTC (rev 45592) +++ trunk/package/kernel/linux/modules/netsupport.mk 2015-05-02 07:44:47 UTC (rev 45593) @@ -895,11 +895,11 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
