summaryrefslogtreecommitdiff
path: root/packages/busybox/busybox-1.2.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.2.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.2.0/ifupdown-spurious-environ.patch')
-rw-r--r--packages/busybox/busybox-1.2.0/ifupdown-spurious-environ.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/busybox/busybox-1.2.0/ifupdown-spurious-environ.patch b/packages/busybox/busybox-1.2.0/ifupdown-spurious-environ.patch
deleted file mode 100644
index 8753315f2c..0000000000
--- a/packages/busybox/busybox-1.2.0/ifupdown-spurious-environ.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- busybox-1.00/networking/ifupdown.c.old 2005-06-11 19:51:59.000000000 +0100
-+++ busybox-1.00/networking/ifupdown.c 2005-06-11 19:52:19.000000000 +0100
-@@ -148,6 +148,9 @@
- struct mapping_defn_t *mappings;
- };
-
-+/* XXX */
-+#define environ local_environ
-+
- static char no_act = 0;
- static char verbose = 0;
- static char **environ = NULL;