diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 19:29:51 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-30 19:29:51 +0000 |
commit | a889e237c4cc333b60a1ddfa7566dff340c50d09 (patch) | |
tree | 267e2e55f09f88a71e0678f2294182e6149107b6 /openwrt/package/quagga | |
parent | b34f124cf9a1b23a346d6e52254bebe3540ba3f8 (diff) |
remove version and architecture from control files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/quagga')
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 1c1a14605..1b1e80fa2 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 5166b8968..9ebb2bbba 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 6df6aee8a..eb426081e 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 f2b81df7a..c948f2f85 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 f8b4dbb02..904542721 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+ |