diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 21:55:48 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 21:55:48 +0000 |
commit | b2b28bf6c5abd1b8846fbdcba6868d2d0d1e4cdb (patch) | |
tree | b50bf4c44352ef197e3987498c11ae99fc45c680 /openwrt/package/quagga/ipkg | |
parent | 926c6a1f223dd18be29a5e7651c080ee609b41e6 (diff) |
Convert quagga to new packaging style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/quagga/ipkg')
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-bgpd.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ospf6d.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ospfd.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ripd.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ripngd.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-zebra.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga.control | 8 | ||||
-rw-r--r--[-rwxr-xr-x] | openwrt/package/quagga/ipkg/quagga.postinst (renamed from openwrt/package/quagga/ipkg/CONTROL/postinst) | 0 |
8 files changed, 50 insertions, 0 deletions
diff --git a/openwrt/package/quagga/ipkg/quagga-bgpd.control b/openwrt/package/quagga/ipkg/quagga-bgpd.control new file mode 100644 index 000000000..0c2c401c0 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-bgpd.control @@ -0,0 +1,7 @@ +Package: quagga-bgpd +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: A BGPv4, BGPv4\+, BGPv4\- routing engine for use + with Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-ospf6d.control b/openwrt/package/quagga/ipkg/quagga-ospf6d.control new file mode 100644 index 000000000..07ecbe3c3 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-ospf6d.control @@ -0,0 +1,7 @@ +Package: quagga-ospfd +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: An OSPFv3 routing engine for use + with Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-ospfd.control b/openwrt/package/quagga/ipkg/quagga-ospfd.control new file mode 100644 index 000000000..eeab13acb --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-ospfd.control @@ -0,0 +1,7 @@ +Package: quagga-ospfd +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: An OSPFv2 routing engine for use + with Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-ripd.control b/openwrt/package/quagga/ipkg/quagga-ripd.control new file mode 100644 index 000000000..b9362d907 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-ripd.control @@ -0,0 +1,7 @@ +Package: quagga-ripd +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: A RIP routing engine for use + with Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-ripngd.control b/openwrt/package/quagga/ipkg/quagga-ripngd.control new file mode 100644 index 000000000..aed95e493 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-ripngd.control @@ -0,0 +1,7 @@ +Package: quagga-ripd +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: A RIPNG routing engine for use + with Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-zebra.control b/openwrt/package/quagga/ipkg/quagga-zebra.control new file mode 100644 index 000000000..b42fc5609 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-zebra.control @@ -0,0 +1,7 @@ +Package: quagga-zebra +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: A routing manager for use + with associated Quagga components diff --git a/openwrt/package/quagga/ipkg/quagga.control b/openwrt/package/quagga/ipkg/quagga.control new file mode 100644 index 000000000..df9887100 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga.control @@ -0,0 +1,8 @@ +Package: quagga +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Description: A 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+. diff --git a/openwrt/package/quagga/ipkg/CONTROL/postinst b/openwrt/package/quagga/ipkg/quagga.postinst index 0bb4bdda6..0bb4bdda6 100755..100644 --- a/openwrt/package/quagga/ipkg/CONTROL/postinst +++ b/openwrt/package/quagga/ipkg/quagga.postinst |