projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d086d86
)
vti: fix kmod dependencies
author
John Crispin
<
[email protected]
>
Fri, 12 Feb 2016 08:30:18 +0000
(08:30 +0000)
committer
John Crispin
<
[email protected]
>
Fri, 12 Feb 2016 08:30:18 +0000
(08:30 +0000)
Signed-off-by: Stijn Tintel <
[email protected]
>
SVN-Revision: 48704
package/network/config/vti/Makefile
patch
|
blob
|
history
diff --git
a/package/network/config/vti/Makefile
b/package/network/config/vti/Makefile
index a81e889b23fdfcfc799609f4b2dea63be41774ef..7cf0ee913d899ddf61f4850288234dd0c2804bcb 100644
(file)
--- a/
package/network/config/vti/Makefile
+++ b/
package/network/config/vti/Makefile
@@
-32,7
+32,7
@@
endef
define Package/vtiv4
$(call Package/vti/Default)
TITLE:=Virtual IPsec Tunnel Interface (IPv4) config support
- DEPENDS:=@(PACKAGE_vti) +kmod-ip
_
vti
+ DEPENDS:=@(PACKAGE_vti) +kmod-ip
-
vti
endef
define Package/vtiv4/description
@@
-42,7
+42,7
@@
endef
define Package/vtiv6
$(call Package/vti/Default)
TITLE:=Virtual IPsec Tunnel Interface (IPv6) config support
- DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6
_
vti
+ DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6
-
vti
endef
define Package/vtiv6/description