diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-08-03 10:51:37 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-08-03 10:51:37 +0000 |
commit | 50097bcb5164333fe0d17553a90bd01fb22d93d9 (patch) | |
tree | f009a6a71577180c0f5cfbf2b19f148067abb4f5 /openwrt/package/quagga/ipkg | |
parent | e405ecc5c4fdfc858ba84d778ac19913cca390e4 (diff) | |
download | mtk-20170518-50097bcb5164333fe0d17553a90bd01fb22d93d9.zip mtk-20170518-50097bcb5164333fe0d17553a90bd01fb22d93d9.tar.gz mtk-20170518-50097bcb5164333fe0d17553a90bd01fb22d93d9.tar.bz2 |
usability and stability patch from package maintainer Johannes 5 Joemann
SVN-Revision: 1577
Diffstat (limited to 'openwrt/package/quagga/ipkg')
6 files changed, 23 insertions, 12 deletions
diff --git a/openwrt/package/quagga/ipkg/quagga-bgpd.control b/openwrt/package/quagga/ipkg/quagga-bgpd.control index 0c2c401..dab6c33 100644 --- a/openwrt/package/quagga/ipkg/quagga-bgpd.control +++ b/openwrt/package/quagga/ipkg/quagga-bgpd.control @@ -3,5 +3,6 @@ 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 +Depends: quagga +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 index 6d20fd8..65e324b 100644 --- a/openwrt/package/quagga/ipkg/quagga-ospf6d.control +++ b/openwrt/package/quagga/ipkg/quagga-ospf6d.control @@ -3,6 +3,6 @@ Priority: optional Section: net Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> Source: buildroot internal -Depends: libospf -Description: An OSPFv3 routing engine for use - with Quagga routing software +Depends: quagga +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 index be9ca20..9ebca49 100644 --- a/openwrt/package/quagga/ipkg/quagga-ospfd.control +++ b/openwrt/package/quagga/ipkg/quagga-ospfd.control @@ -3,6 +3,6 @@ Priority: optional Section: net Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> Source: buildroot internal -Depends: libospf -Description: An OSPFv2 routing engine for use - with Quagga routing software +Depends: quagga +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 index b9362d9..adee8b5 100644 --- a/openwrt/package/quagga/ipkg/quagga-ripd.control +++ b/openwrt/package/quagga/ipkg/quagga-ripd.control @@ -3,5 +3,6 @@ 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 +Depends: quagga +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 index 8c6e5b5..7fc15f2 100644 --- a/openwrt/package/quagga/ipkg/quagga-ripngd.control +++ b/openwrt/package/quagga/ipkg/quagga-ripngd.control @@ -3,5 +3,6 @@ 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 +Depends: quagga +Description: A RIPNG routing engine for use with Quagga + routing software diff --git a/openwrt/package/quagga/ipkg/quagga-vtysh.control b/openwrt/package/quagga/ipkg/quagga-vtysh.control new file mode 100644 index 0000000..1022106 --- /dev/null +++ b/openwrt/package/quagga/ipkg/quagga-vtysh.control @@ -0,0 +1,8 @@ +Package: quagga-vtysh +Priority: optional +Section: net +Maintainer: Johannes 5 Joemann <joemann@beefree.free.de> +Source: buildroot internal +Depends: quagga, libncurses, libreadline +Description: integrated shell for interacting with Quagga + routing software |