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
This commit is contained in:
parent
40d5e5a362
commit
8cf514a8b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user