diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-01-08 12:51:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-01-08 12:51:36 +0000 |
commit | 1388c9ab034203ddd4b6784d21b4ac77d7a2ec1b (patch) | |
tree | 88fa129fbf3b73f7067aa6c25794cf5a0df85e20 /package/busybox/busybox-1.9.0-allno.patch | |
parent | 47cbbf70bc83d3ad35a757037040f68707d5639a (diff) | |
download | buildroot-novena-1388c9ab034203ddd4b6784d21b4ac77d7a2ec1b.tar.gz buildroot-novena-1388c9ab034203ddd4b6784d21b4ac77d7a2ec1b.zip |
busybox: 1.9.0 fixes
Diffstat (limited to 'package/busybox/busybox-1.9.0-allno.patch')
-rw-r--r-- | package/busybox/busybox-1.9.0-allno.patch | 23 |
1 files changed, 23 insertions, 0 deletions
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); + } |