From 1388c9ab034203ddd4b6784d21b4ac77d7a2ec1b Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 8 Jan 2008 12:51:36 +0000 Subject: busybox: 1.9.0 fixes --- package/busybox/busybox-1.9.0-allno.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package/busybox/busybox-1.9.0-allno.patch (limited to 'package/busybox/busybox-1.9.0-allno.patch') diff --git a/package/busybox/busybox-1.9.0-allno.patch b/package/busybox/busybox-1.9.0-allno.patch new file mode 100644 index 000000000..e830ddf4f --- /dev/null +++ b/package/busybox/busybox-1.9.0-allno.patch @@ -0,0 +1,23 @@ +diff -urN busybox-1.9.0/Makefile.help busybox-1.9.0-allno/Makefile.help +--- busybox-1.9.0/Makefile.help 2007-12-21 22:00:33.000000000 +0000 ++++ busybox-1.9.0-allno/Makefile.help 2008-01-04 20:03:30.000000000 +0000 +@@ -16,7 +16,6 @@ + @echo 'Configuration:' + @echo ' allnoconfig - disable all symbols in .config' + @echo ' allyesconfig - enable all symbols in .config (see defconfig)' +- @echo ' allbareconfig - enable all applets without any sub-features' + @echo ' config - text based configurator (of last resort)' + @echo ' defconfig - set .config to largest generic configuration' + @echo ' menuconfig - interactive curses-based configurator' +diff -urN busybox-1.9.0/applets/applet_tables.c busybox-1.9.0-allno/applets/applet_tables.c +--- busybox-1.9.0/applets/applet_tables.c 2007-12-24 14:08:25.000000000 +0000 ++++ busybox-1.9.0-allno/applets/applet_tables.c 2008-01-04 20:00:12.000000000 +0000 +@@ -71,7 +71,7 @@ + + puts("/* This is a generated file, don't edit */"); + +- puts("const char applet_names[] ALIGN1 ="); ++ puts("const char applet_names[] ALIGN1 = \"\" \n"); + for (i = 0; i < NUM_APPLETS; i++) { + printf("\"%s\" \"\\0\"\n", applets[i].name); + } -- cgit v1.2.3