projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b534f
)
l2tpv3tun: remove dependency on kernel version
author
Hauke Mehrtens
<
[email protected]
>
Wed, 22 Dec 2010 20:33:34 +0000
(20:33 +0000)
committer
Hauke Mehrtens
<
[email protected]
>
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
patch
|
blob
|
history
diff --git
a/net/l2tpv3tun/Makefile
b/net/l2tpv3tun/Makefile
index 7894d3ca81f0da1c9643a32f779211465e19d1ec..6a1a125203e78f7bbc5caf9d9f3abd69a41c2423 100644
(file)
--- 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 <
[email protected]
>
URL:=http://www.openl2tp.org