l2tpv3tun: remove dependency on kernel version
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Dec 2010 20:33:34 +0000 (20:33 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 22 Dec 2010 20:33:34 +0000 (20:33 +0000)
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

index 7894d3c..6a1a125 100644 (file)
@@ -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 <heil@terminal-consulting.de>
   URL:=http://www.openl2tp.org