summaryrefslogtreecommitdiffstats
path: root/package/quagga/ipkg
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-03 10:51:37 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-03 10:51:37 +0000
commit8ef83b60525f7f8273a340a850f59e429ea09897 (patch)
treea658435136724d8e9108bdbc89ccdaf95cae2ea4 /package/quagga/ipkg
parentd02f7833ed0bab46ac524fab4e0733b742be1b8c (diff)
usability and stability patch from package maintainer Johannes 5 Joemann
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1577 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/quagga/ipkg')
-rw-r--r--package/quagga/ipkg/quagga-bgpd.control5
-rw-r--r--package/quagga/ipkg/quagga-ospf6d.control6
-rw-r--r--package/quagga/ipkg/quagga-ospfd.control6
-rw-r--r--package/quagga/ipkg/quagga-ripd.control5
-rw-r--r--package/quagga/ipkg/quagga-ripngd.control5
-rw-r--r--package/quagga/ipkg/quagga-vtysh.control8
6 files changed, 23 insertions, 12 deletions
diff --git a/package/quagga/ipkg/quagga-bgpd.control b/package/quagga/ipkg/quagga-bgpd.control
index 0c2c401c0..dab6c33f1 100644
--- a/package/quagga/ipkg/quagga-bgpd.control
+++ b/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/package/quagga/ipkg/quagga-ospf6d.control b/package/quagga/ipkg/quagga-ospf6d.control
index 6d20fd889..65e324b6a 100644
--- a/package/quagga/ipkg/quagga-ospf6d.control
+++ b/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/package/quagga/ipkg/quagga-ospfd.control b/package/quagga/ipkg/quagga-ospfd.control
index be9ca20a0..9ebca493a 100644
--- a/package/quagga/ipkg/quagga-ospfd.control
+++ b/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/package/quagga/ipkg/quagga-ripd.control b/package/quagga/ipkg/quagga-ripd.control
index b9362d907..adee8b5e4 100644
--- a/package/quagga/ipkg/quagga-ripd.control
+++ b/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/package/quagga/ipkg/quagga-ripngd.control b/package/quagga/ipkg/quagga-ripngd.control
index 8c6e5b59d..7fc15f285 100644
--- a/package/quagga/ipkg/quagga-ripngd.control
+++ b/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/package/quagga/ipkg/quagga-vtysh.control b/package/quagga/ipkg/quagga-vtysh.control
new file mode 100644
index 000000000..102210670
--- /dev/null
+++ b/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