summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-02-08 09:11:44 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-02-08 09:11:44 +0000
commit76822c8c08c3090902fade2582e0f3e15bde3729 (patch)
treead883f2bf314d828d23c5a4f6dc15d10006c963c /packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch
parent949689295c384ea7148e762439e319362ab04cb4 (diff)
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
Diffstat (limited to 'packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch')
-rw-r--r--packages/busybox/busybox-1.5.0/ifupdown-spurious-environ.patch16
1 files changed, 0 insertions, 16 deletions
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,