add package for BIRD Internet Routing Daemon
authorFlorian Fainelli <florian@openwrt.org>
Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Oct 2013 19:16:09 +0000 (19:16 +0000)
commitda5a45e4fac4ff9b423441aa493bfc4614981dfb
treebeb91453ecdd4c19384dd84b2ea7e458118de161
parentb80d3969ac478985040119aa54bff2455981024e
add package for BIRD Internet Routing Daemon

Here is the patch that adds a package for The BIRD Internet Routing
Daemon. It is updated to the current version of BIRD (v 1.2.2).

BIRD is an internet routing daemon that implements OSPF, RIP and BGP.
It is fast, lightweight and small (cca 300 kB), therefore ideal for
OpenWRT based routers.

The makefile is rather tricky, as BIRD have to be built two times  (for
IPv4 and IPv6 versions) and there are separate packages for BIRD daemon
and BIRD client, because client depends on libreadline and is not
strictly necessary.

Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org>
git-svn-id: svn+ssh://svn.openwrt.org/openwrt/packages@20780 3c298f89-4303-0410-b956-a3cf2f4a3e73
net/bird/Makefile [new file with mode: 0644]
net/bird/files/bird4.conf [new file with mode: 0644]
net/bird/files/bird4.init [new file with mode: 0644]
net/bird/files/bird4loop [new file with mode: 0644]
net/bird/files/bird6.conf [new file with mode: 0644]
net/bird/files/bird6.init [new file with mode: 0644]
net/bird/files/bird6loop [new file with mode: 0644]
net/bird/patches/0001-change_config_name.patch [new file with mode: 0644]