patches/busybox-1.32.0.patch: remove, no longer needed with busybox upgrade.

Signed-off-by: Daniel Pineda <daniel.pineda@puri.sm>
This commit is contained in:
Daniel Pineda 2023-02-21 15:00:07 -06:00
parent b51fda22c1
commit f0dc3541f5
No known key found for this signature in database
GPG Key ID: 902C199C68C4B327

View File

@ -1,12 +0,0 @@
diff -u --recursive clean/busybox-1.28.0/libbb/messages.c busybox-1.28.0/libbb/messages.c
--- clean/busybox-1.28.0/libbb/messages.c 2017-10-20 04:36:58.000000000 -0400
+++ busybox-1.28.0/libbb/messages.c 2018-02-09 12:02:45.918726483 -0500
@@ -13,7 +13,7 @@
/* allow version to be extended, via CFLAGS */
#ifndef BB_EXTRA_VERSION
-#define BB_EXTRA_VERSION " ("AUTOCONF_TIMESTAMP")"
+#define BB_EXTRA_VERSION " (heads)"
#endif
const char bb_banner[] ALIGN1 = "BusyBox v" BB_VER BB_EXTRA_VERSION;