]> git.ipfire.org Git - thirdparty/openwrt.git/commit
busybox: fix signal handling in non-interactive envirement 23787/head
authorSeo Suchan <tjtncks@gmail.com>
Sun, 14 Jun 2026 04:07:23 +0000 (13:07 +0900)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sun, 14 Jun 2026 09:51:50 +0000 (11:51 +0200)
commit24662e811e44337d27470ed020f3e04ccb4233a4
tree61c0429abc45b5ddcd7dfa5960ea1025abf0c965
parent2442b131cd085787d8cf5643767b4957de8acd63
busybox: fix signal handling in non-interactive envirement

fixes  https://github.com/openwrt/openwrt/issues/23745

upstream had bug bb_got_signal to be never cleared in noninteractive session, this fixes this while waiting for upstream merge.

the patch iself is written by  Ian Cooper <iancooper@hotmail.com>

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23787
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
package/utils/busybox/Makefile
package/utils/busybox/patches/302-ash-clear-bb_got_signal-for-non-interactive-shell.patch [new file with mode: 0644]