diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-30 19:29:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-30 19:29:51 +0000 |
commit | eb59e90d22aa365d22d6b075ab9eb611ad08ae3e (patch) | |
tree | 267e2e55f09f88a71e0678f2294182e6149107b6 /openwrt/package/quagga/control | |
parent | 8a39de896af6e9f2a3d0d67400563e6325f68366 (diff) | |
download | mtk-20170518-eb59e90d22aa365d22d6b075ab9eb611ad08ae3e.zip mtk-20170518-eb59e90d22aa365d22d6b075ab9eb611ad08ae3e.tar.gz mtk-20170518-eb59e90d22aa365d22d6b075ab9eb611ad08ae3e.tar.bz2 |
remove version and architecture from control files
SVN-Revision: 481
Diffstat (limited to 'openwrt/package/quagga/control')
5 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/package/quagga/control/quagga-bgpd.control b/openwrt/package/quagga/control/quagga-bgpd.control index 1c1a146..1b1e80f 100644 --- a/openwrt/package/quagga/control/quagga-bgpd.control +++ b/openwrt/package/quagga/control/quagga-bgpd.control @@ -1,8 +1,6 @@ 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 index 5166b89..9ebb2bb 100644 --- a/openwrt/package/quagga/control/quagga-ospfd.control +++ b/openwrt/package/quagga/control/quagga-ospfd.control @@ -1,8 +1,6 @@ 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 index 6df6aee..eb42608 100644 --- a/openwrt/package/quagga/control/quagga-ripd.control +++ b/openwrt/package/quagga/control/quagga-ripd.control @@ -1,8 +1,6 @@ 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 index f2b81df..c948f2f 100644 --- a/openwrt/package/quagga/control/quagga-zebra.control +++ b/openwrt/package/quagga/control/quagga-zebra.control @@ -1,8 +1,6 @@ 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 index f8b4dbb..9045427 100644 --- a/openwrt/package/quagga/control/quagga.control +++ b/openwrt/package/quagga/control/quagga.control @@ -1,8 +1,6 @@ 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+ |