From 54255463b27e650d0717a33ae0cedac66863eb93 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 14 Feb 2008 15:49:48 +0000 Subject: busybox: bump version to 1.9.1 --- package/busybox/busybox-1.9.0-allno.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete 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 deleted file mode 100644 index e830ddf4f..000000000 --- a/package/busybox/busybox-1.9.0-allno.patch +++ /dev/null @@ -1,23 +0,0 @@ -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