summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox/module.build
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/busybox/module.build')
-rw-r--r--core/modules/busybox/module.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build
index 3124de81..c6557f91 100644
--- a/core/modules/busybox/module.build
+++ b/core/modules/busybox/module.build
@@ -13,10 +13,7 @@ fetch_source() {
git apply "${MODULE_DIR}/fbsplash-fillbg.patch" || perror "Could not apply busybox patch for fbsplash background filling"
fi
if ! grep -q 'suspend.*"no"' "util-linux/rtcwake.c"; then
- git apply "${MODULE_DIR}/rtcwake-mode-no.patch" || perror "Could not apply busybox patch for rtcwake 'no'-mode"
- fi
- if ! grep -q 'rtc0' "util-linux/rtcwake.c"; then
- git apply "${MODULE_DIR}/rtcwake-default-rtc0.patch" || perror "Could not apply busybox patch for rtcwake default to rtc0"
+ git apply "${MODULE_DIR}/rtcwake-compat.patch" || perror "Could not apply busybox patch for rtcwake compat with util-linux"
fi
cd .. || perror "cd .. failed"
}