aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-12-31 15:29:50 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-01-01 14:10:47 +0100
commit9b9274342c47051e4f921d63f19cdf84aa0b8485 (patch)
tree668e8534e9b5c89ccd36bd10ce4ebade8970fcb0 /package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
parent54e3ee0215ce8c2cb1e76827ee901f356a1698c2 (diff)
downloadupstream-9b9274342c47051e4f921d63f19cdf84aa0b8485.tar.gz
upstream-9b9274342c47051e4f921d63f19cdf84aa0b8485.tar.bz2
upstream-9b9274342c47051e4f921d63f19cdf84aa0b8485.zip
busybox: update to 1.30.0
Update busybox to 1.30.0. Refresh patches. Leave new features disabled by default. Config refreshed via: cd package/utils/busybox/config/ ../convert_menuconfig.pl ../../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-1.30.0 make package/busybox/compile cd package/utils/busybox ./convert_defaults.pl < ../../../build_dir/target-arm_cortex-a15+neon-vfpv4_musl_eabi/busybox-1.30.0/.config > Config-defaults.in Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/utils/busybox/patches/270-libbb_make_unicode_printable.patch')
-rw-r--r--package/utils/busybox/patches/270-libbb_make_unicode_printable.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch b/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
index 0ae8340568..0b682dc1f3 100644
--- a/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
+++ b/package/utils/busybox/patches/270-libbb_make_unicode_printable.patch
@@ -1,6 +1,6 @@
--- a/libbb/printable_string.c
+++ b/libbb/printable_string.c
-@@ -28,8 +28,6 @@ const char* FAST_FUNC printable_string(u
+@@ -28,8 +28,6 @@ const char* FAST_FUNC printable_string2(
}
if (c < ' ')
break;
@@ -9,7 +9,7 @@
s++;
}
-@@ -42,7 +40,7 @@ const char* FAST_FUNC printable_string(u
+@@ -42,7 +40,7 @@ const char* FAST_FUNC printable_string2(
unsigned char c = *d;
if (c == '\0')
break;