[package] add package for BIRD Internet Routing Daemon
authorFlorian Fainelli <florian@openwrt.org>
Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)
commit31aea4d543d90b01e840f792dc61af52e90b9e2f
treed11de7faa8b289933fca5585e187cb6bfa8431c4
parent853f18990401128cac423b3997481f82bee6c2e5
[package] 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>
SVN-Revision: 20780
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]