projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e8adb
)
bmx6/Makefile: add kmod-tun dependency for on-demand tunnel support
author
Axel Neumann
<
[email protected]
>
Sat, 8 Jun 2013 14:57:24 +0000
(16:57 +0200)
committer
Axel Neumann
<
[email protected]
>
Sat, 8 Jun 2013 14:57:24 +0000
(16:57 +0200)
bmx6/Makefile
patch
|
blob
|
history
diff --git
a/bmx6/Makefile
b/bmx6/Makefile
index 0322e05c55061396936d5f888c99f79e525993fc..f0fe9fc9f59316b4dad0c9c982202ae69958f418 100644
(file)
--- a/
bmx6/Makefile
+++ b/
bmx6/Makefile
@@
-32,7
+32,7
@@
PKG_SOURCE_URL:=git://bmx6.net/bmx6.git
#PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
PKG_REV:=6c57a8062f737ae3d3a761b2f557142e1c969ccf
-PKG_VERSION:=r201306080
1
+PKG_VERSION:=r201306080
2
PKG_RELEASE:=4
PKG_SOURCE_VERSION:=$(PKG_REV)
@@
-61,7
+61,7
@@
define Package/bmx6/Default
TITLE:=BMX6 layer 3 routing daemon
URL:=http://bmx6.net/
MAINTAINER:=Axel Neumann <
[email protected]
>
- DEPENDS:=+kmod-ip6-tunnel +kmod-iptunnel6
+ DEPENDS:=+kmod-ip6-tunnel +kmod-iptunnel6
+kmod-tun
endef
define Package/bmx6/description