From 8cf514a8b049ef19d363fadddfea21b563868560 Mon Sep 17 00:00:00 2001 From: hauke Date: Wed, 22 Dec 2010 20:33:34 +0000 Subject: [PATCH] l2tpv3tun: remove dependency on kernel version It should be sufficient to have the depency kmod-l2tp in l2tpv3tun. Ive attached a patch that relates to that issue. closes: #8242 git-svn-id: svn://svn.openwrt.org/openwrt/packages@24806 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/l2tpv3tun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tpv3tun/Makefile b/net/l2tpv3tun/Makefile index 7894d3ca8..6a1a12520 100644 --- a/net/l2tpv3tun/Makefile +++ b/net/l2tpv3tun/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/l2tpv3tun SECTION:=net CATEGORY:=Network - DEPENDS:=+libnl +ip +kmod-l2tp +kmod-l2tp-ip +kmod-l2tp-eth @LINUX_2_6_35 + DEPENDS:=+libnl +ip +kmod-l2tp +kmod-l2tp-ip +kmod-l2tp-eth TITLE:=Control utility for static L2TP v3 (Pseudowire) tunnels MAINTAINER:=Thomas Heil URL:=http://www.openl2tp.org