l2tpv3tun: remove dependency on kernel version
authorHauke Mehrtens <hauke@hauke-m.de>
Wed, 22 Dec 2010 20:33:34 +0000 (20:33 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
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

SVN-Revision: 24806

net/l2tpv3tun/Makefile

index 7894d3ca81f0da1c9643a32f779211465e19d1ec..6a1a125203e78f7bbc5caf9d9f3abd69a41c2423 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