[package] add package for BIRD Internet Routing Daemon
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 10 Apr 2010 18:33:04 +0000 (18:33 +0000)
commit5840f27288b69b8992f237dbaed34b522f95e8e2
treed11de7faa8b289933fca5585e187cb6bfa8431c4
parentd43b9f5f22212f7462932f5fbdb7f12a68bc822b
[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>
git-svn-id: svn://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]