Update bmx6. New functionallity of tunnel creation ondemand
This commit is contained in:
parent
88e202e848
commit
abb2c3dbdb
1 changed files with 4 additions and 4 deletions
|
@ -31,8 +31,8 @@ PKG_SOURCE_PROTO:=git
|
|||
PKG_SOURCE_URL:=git://bmx6.net/bmx6.git
|
||||
#PKG_SOURCE_URL:=git://github.com/axn/bmx6.git
|
||||
|
||||
PKG_REV:=c0076183ce28fe15285c8faa51920e74633776fe
|
||||
PKG_VERSION:=r2013041901
|
||||
PKG_REV:=f507d223636c004c8c89d7b44be61d66584175d5
|
||||
PKG_VERSION:=r2013050901
|
||||
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 <neumann@cgws.de>
|
||||
DEPENDS:=+kmod-ip6-tunnel +kmod-iptunnel6
|
||||
DEPENDS:=+kmod-ip6-tunnel +kmod-iptunnel6 +kmod-tun
|
||||
endef
|
||||
|
||||
define Package/bmx6/description
|
||||
|
@ -94,7 +94,7 @@ endef
|
|||
|
||||
define Package/bmx6-quagga
|
||||
$(call Package/bmx6/Default)
|
||||
DEPENDS:=bmx6 +qmp-quagga @BROKEN
|
||||
DEPENDS:=bmx6 +qmp-quagga
|
||||
TITLE:=bmx6 quagga plugin to redistribute/export routes (needs manet/bmx6 patched quagga 0.99.21)
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue