From 4d6fdd8bd190dc41a7e179c929ac6b693b0eebd7 Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Wed, 4 Jul 2018 07:01:10 -0500 Subject: system/busybox: upgrade to 1.28.4 --- system/busybox/0003-ash-exec-busybox.static.patch | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 system/busybox/0003-ash-exec-busybox.static.patch (limited to 'system/busybox/0003-ash-exec-busybox.static.patch') diff --git a/system/busybox/0003-ash-exec-busybox.static.patch b/system/busybox/0003-ash-exec-busybox.static.patch new file mode 100644 index 000000000..94239a2eb --- /dev/null +++ b/system/busybox/0003-ash-exec-busybox.static.patch @@ -0,0 +1,25 @@ +From 36b6cc36d1f259e4ac76a1c2de743113845ff4cd Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Thu, 4 Aug 2016 11:03:07 +0200 +Subject: [PATCH 03/16] ash: exec busybox.static + +--- + shell/ash.c | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/shell/ash.c b/shell/ash.c +index 7ceb91920..d04096a9b 100644 +--- a/shell/ash.c ++++ b/shell/ash.c +@@ -7845,6 +7845,8 @@ tryexec(IF_FEATURE_SH_STANDALONE(int applet_no,) const char *cmd, char **argv, c + } + /* re-exec ourselves with the new arguments */ + execve(bb_busybox_exec_path, argv, envp); ++ execve("/bin/busybox.static",argv,envp); ++ execve("/bin/busybox",argv,envp); + /* If they called chroot or otherwise made the binary no longer + * executable, fall through */ + } +-- +2.16.2 + -- cgit v1.2.3-70-g09d2