summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-10 23:27:18 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-10 23:27:18 +0000
commitb33162ee2068ab946d1b743880d16ad574041909 (patch)
treed0b332aa2351f480a1f9c758936f4cc685778643
parent8982d9f961d1829ce21701fc3e1e3f641e9f6105 (diff)
quagga 0.99.2: Drop old version.
-rw-r--r--packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch16
-rw-r--r--packages/quagga/quagga_0.99.2.bb4
2 files changed, 0 insertions, 20 deletions
diff --git a/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch b/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch
deleted file mode 100644
index 3c9972988a..0000000000
--- a/packages/quagga/quagga-0.99.2/ospfd-no-opaque-lsa-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-If you try to build without opaque LSA support you'll hit this error. I now
-turn this on in the makefile so this isn't really needed but it's here just
-because I fixed it before changing the configuration.
-
---- quagga-0.99.2/ospfd/ospfd.c.orig 2005-11-13 13:28:39.000000000 +1100
-+++ quagga-0.99.2/ospfd/ospfd.c 2005-11-13 13:28:57.000000000 +1100
-@@ -466,7 +466,9 @@
- OSPF_TIMER_OFF (ospf->t_lsa_refresher);
- OSPF_TIMER_OFF (ospf->t_read);
- OSPF_TIMER_OFF (ospf->t_write);
-+#ifdef HAVE_OPAQUE_LSA
- OSPF_TIMER_OFF (ospf->t_opaque_lsa_self);
-+#endif
-
- close (ospf->fd);
- stream_free(ospf->ibuf);
diff --git a/packages/quagga/quagga_0.99.2.bb b/packages/quagga/quagga_0.99.2.bb
deleted file mode 100644
index a14ef1ad1a..0000000000
--- a/packages/quagga/quagga_0.99.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-QUAGGASUBDIR = "/attic"
-require quagga.inc
-PR = "r2"
-SRC_URI += "file://ospfd-no-opaque-lsa-fix.patch;patch=1"