diff options
Diffstat (limited to 'core/modules/busybox/module.build')
-rw-r--r-- | core/modules/busybox/module.build | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build index 608f9ecb..f5a8ff08 100644 --- a/core/modules/busybox/module.build +++ b/core/modules/busybox/module.build @@ -3,14 +3,6 @@ fetch_source() { autoclone cde src/busybox - # Needed for newer glibc - if ! grep -q 'OPT_SET.*clock_settime.*CLOCK_REALTIME' "coreutils/date.c"; then - git apply "${MODULE_DIR}/1_31_1-stime.patch" || perror "Could not apply stime patch for 1.31.1" - fi - # Hack for backwards compat to old busybox which required -t (timeout -t [SECS] [PROG...]) - if ! grep -q 'getopt32.*"t"' "coreutils/timeout.c"; then - git apply "${MODULE_DIR}/timeout-compat.patch" || perror "Could not apply timeout backwards compat patch" - fi # Patch background filling if not patched yet if ! grep -q "bfill_background" "miscutils/fbsplash.c"; then git apply "${MODULE_DIR}/fbsplash-fillbg.patch" || perror "Could not apply busybox patch for fbsplash background filling" |