Merge pull request #14 from Noltari/bird-1.4.0
[bird] Update to 1.4.0 and move bird6 to Routing and Redirection.
This commit is contained in:
commit
0ebe3eb68b
1 changed files with 5 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bird
|
||||
PKG_VERSION:=1.3.11
|
||||
PKG_VERSION:=1.4.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
|
||||
PKG_MD5SUM:=8ad2eb997fb8251bc5b24cf32619571b
|
||||
PKG_MD5SUM:=4e5a47308335b1b0bf4691cac6c4174f
|
||||
PKG_BUILD_DEPENDS:=libncurses libreadline
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
define Package/bird/Default
|
||||
TITLE:=The BIRD Internet Routing Daemon
|
||||
URL:=http://bird.network.cz/
|
||||
DEPENDS:=
|
||||
DEPENDS:=+libpthread
|
||||
endef
|
||||
|
||||
define Package/birdc/Default
|
||||
|
@ -78,6 +78,7 @@ define Package/bird6
|
|||
$(call Package/bird/Default)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Routing and Redirection
|
||||
TITLE+= (IPv6)
|
||||
endef
|
||||
|
||||
|
@ -85,6 +86,7 @@ define Package/birdc6
|
|||
$(call Package/birdc/Default)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Routing and Redirection
|
||||
TITLE+= (IPv6)
|
||||
DEPENDS+= +bird6
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue