mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
busybox: update to busybox-1.22.1, add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5ecc934d68
commit
3213a4b79f
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="busybox"
|
PKG_NAME="busybox"
|
||||||
PKG_VERSION="1.22.0"
|
PKG_VERSION="1.22.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
20
packages/sysutils/busybox/patches/busybox-1.22.1-ash.patch
Normal file
20
packages/sysutils/busybox/patches/busybox-1.22.1-ash.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- busybox-1.22.1/procps/top.c
|
||||||
|
+++ busybox-1.22.1-ash/procps/top.c
|
||||||
|
@@ -917,17 +917,12 @@ enum {
|
||||||
|
#if ENABLE_FEATURE_USE_TERMIOS
|
||||||
|
static unsigned handle_input(unsigned scan_mask, unsigned interval)
|
||||||
|
{
|
||||||
|
- struct pollfd pfd[1];
|
||||||
|
-
|
||||||
|
if (option_mask32 & OPT_EOF) {
|
||||||
|
/* EOF on stdin ("top </dev/null") */
|
||||||
|
sleep(interval);
|
||||||
|
return scan_mask;
|
||||||
|
}
|
||||||
|
|
||||||
|
- pfd[0].fd = 0;
|
||||||
|
- pfd[0].events = POLLIN;
|
||||||
|
-
|
||||||
|
while (1) {
|
||||||
|
int32_t c;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user