From 088d86511f9e407a27a62e16af60ced1fb05944f Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 20 Aug 2008 14:00:34 +0000 Subject: upgrade busybox to v1.11.1 and add current upstream fixes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/patches/450-usage_compressed_fix.patch | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'package/busybox/patches/450-usage_compressed_fix.patch') diff --git a/package/busybox/patches/450-usage_compressed_fix.patch b/package/busybox/patches/450-usage_compressed_fix.patch index 8df14bebe5..e69de29bb2 100644 --- a/package/busybox/patches/450-usage_compressed_fix.patch +++ b/package/busybox/patches/450-usage_compressed_fix.patch @@ -1,12 +0,0 @@ -Index: busybox-1.7.2/applets/usage_compressed -=================================================================== ---- busybox-1.7.2.orig/applets/usage_compressed 2007-10-30 15:34:59.000000000 -0500 -+++ busybox-1.7.2/applets/usage_compressed 2007-10-30 15:35:04.000000000 -0500 -@@ -14,6 +14,6 @@ - - echo 'static const char packed_usage[] ALIGN1 = ' - "$loc/usage" | bzip2 -1 | od -v -t x1 \ --| $SED -e 's/^[^ ]*//' -e 's/ *\(..\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/' -+| $SED -e 's/^[^ ]*//' -e 's/ *\([a-f0-9][a-f0-9]\)/\\x\1/g' -e 's/^\(.*\)$/"\1"/' - echo ';' - echo '#define SIZEOF_usage_messages' `expr 0 + $sz` -- cgit v1.2.3