diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-28 11:05:38 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-28 11:05:38 +0000 |
commit | dbbf2bf4b945c8ac102198af9f9bc2707a4c77d2 (patch) | |
tree | 56a8bd7ee2315d45b2ce086133c4c75ff6f4e1a2 /openwrt/package/quagga/control | |
parent | b1d8aab6c4228cc9ddadc95a6d3a1a681f95e251 (diff) |
add experimental quagga package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@470 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/quagga/control')
5 files changed, 40 insertions, 0 deletions
diff --git a/openwrt/package/quagga/control/quagga-bgpd.control b/openwrt/package/quagga/control/quagga-bgpd.control new file mode 100644 index 000000000..1c1a14605 --- /dev/null +++ b/openwrt/package/quagga/control/quagga-bgpd.control @@ -0,0 +1,8 @@ +Package: quagga-bgpd +Priority: optional +Section: net +Version: 0.98.2 +Architecture: mipsel +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: bgpd daemon diff --git a/openwrt/package/quagga/control/quagga-ospfd.control b/openwrt/package/quagga/control/quagga-ospfd.control new file mode 100644 index 000000000..5166b8968 --- /dev/null +++ b/openwrt/package/quagga/control/quagga-ospfd.control @@ -0,0 +1,8 @@ +Package: quagga-ospfd +Priority: optional +Section: net +Version: 0.98.2 +Architecture: mipsel +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: ospf daemon diff --git a/openwrt/package/quagga/control/quagga-ripd.control b/openwrt/package/quagga/control/quagga-ripd.control new file mode 100644 index 000000000..6df6aee8a --- /dev/null +++ b/openwrt/package/quagga/control/quagga-ripd.control @@ -0,0 +1,8 @@ +Package: quagga-ripd +Priority: optional +Section: net +Version: 0.98.2 +Architecture: mipsel +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: rip daemon diff --git a/openwrt/package/quagga/control/quagga-zebra.control b/openwrt/package/quagga/control/quagga-zebra.control new file mode 100644 index 000000000..f2b81df7a --- /dev/null +++ b/openwrt/package/quagga/control/quagga-zebra.control @@ -0,0 +1,8 @@ +Package: quagga-zebra +Priority: optional +Section: net +Version: 0.98.2 +Architecture: mipsel +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: zebra daemon diff --git a/openwrt/package/quagga/control/quagga.control b/openwrt/package/quagga/control/quagga.control new file mode 100644 index 000000000..f8b4dbb02 --- /dev/null +++ b/openwrt/package/quagga/control/quagga.control @@ -0,0 +1,8 @@ +Package: quagga-all +Priority: optional +Section: net +Version: 0.98.2 +Architecture: mipsel +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: routing software package that provides TCP/IP based routing services with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, BGP-4, and BGP-4+ |