diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-17 22:14:32 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-17 22:14:32 +0000 |
commit | 2062ba52c0f70a3a7559ea8088296d095cee93b2 (patch) | |
tree | a185544cd160bd249fc517905c17469960a78f75 /openwrt/package/quagga/ipkg | |
parent | b9fc72aa920237b738df1e23d6dc532acc0688ca (diff) | |
download | mtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.zip mtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.tar.gz mtk-20170518-2062ba52c0f70a3a7559ea8088296d095cee93b2.tar.bz2 |
split off libospf from quagga-ospf(6)d
SVN-Revision: 1490
Diffstat (limited to 'openwrt/package/quagga/ipkg')
-rw-r--r-- | openwrt/package/quagga/ipkg/libospf.control | 7 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ospf6d.control | 1 | ||||
-rw-r--r-- | openwrt/package/quagga/ipkg/quagga-ospfd.control | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/quagga/ipkg/libospf.control b/openwrt/package/quagga/ipkg/libospf.control new file mode 100644 index 0000000..56d1a6d --- /dev/null +++ b/openwrt/package/quagga/ipkg/libospf.control @@ -0,0 +1,7 @@ +Package: libospf +Priority: optional +Section: net +Maintainer: Felix Fietkau <openwrt@nbd.name> +Source: buildroot internal +Description: OSPF support library + for Quagga routing software diff --git a/openwrt/package/quagga/ipkg/quagga-ospf6d.control b/openwrt/package/quagga/ipkg/quagga-ospf6d.control index 2345ef1..6d20fd8 100644 --- a/openwrt/package/quagga/ipkg/quagga-ospf6d.control +++ b/openwrt/package/quagga/ipkg/quagga-ospf6d.control @@ -3,5 +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 diff --git a/openwrt/package/quagga/ipkg/quagga-ospfd.control b/openwrt/package/quagga/ipkg/quagga-ospfd.control index eeab13a..be9ca20 100644 --- a/openwrt/package/quagga/ipkg/quagga-ospfd.control +++ b/openwrt/package/quagga/ipkg/quagga-ospfd.control @@ -3,5 +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 |