From 76822c8c08c3090902fade2582e0f3e15bde3729 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 8 Feb 2008 09:11:44 +0000 Subject: busybox cleanup: * remove some outdated / in-between versions * remove angstrom-only defconfig in bb 1.7.2 * make 1.7.2 the new default preference --- .../busybox-1.5.0/ifupdown-spurious-environ.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch (limited to 'packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch') diff --git a/packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch b/packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch deleted file mode 100644 index 812a0b3ee8..0000000000 --- a/packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- busybox-1.5.0/networking/ifupdown.c~ 2007-03-22 15:21:23.000000000 -0500 -+++ busybox-1.5.0/networking/ifupdown.c 2007-04-01 08:52:25.000000000 -0500 -@@ -83,6 +83,13 @@ - struct mapping_defn_t *mappings; - }; - -+/* XXX - ifupdown-spurious-environ.patch -- appears to be long obsolete, -+ * but is carried forward because it doesn't seem to hurt anything and -+ * it's non-obvious how to remove the patch from OE without breaking -+ * old builds. MJW -+ */ -+#define environ local_environ -+ - #define OPTION_STR "anvf" USE_FEATURE_IFUPDOWN_MAPPING("m") "i:" - enum { - OPT_do_all = 0x1, -- cgit v1.2.3