summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox/rtcwake-mode-no.patch
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/busybox/rtcwake-mode-no.patch')
-rw-r--r--core/modules/busybox/rtcwake-mode-no.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/core/modules/busybox/rtcwake-mode-no.patch b/core/modules/busybox/rtcwake-mode-no.patch
deleted file mode 100644
index 49c61f89..00000000
--- a/core/modules/busybox/rtcwake-mode-no.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/util-linux/rtcwake.c b/util-linux/rtcwake.c
-index 8aee0cf..0082e29 100644
---- a/util-linux/rtcwake.c
-+++ b/util-linux/rtcwake.c
-@@ -211,6 +211,11 @@ int rtcwake_main(int argc UNUSED_PARAM, char **argv)
- fflush_all();
- usleep(10 * 1000);
-
-+ if (strcmp(suspend, "no") == 0) {
-+ printf("just setting alarm, no powersaving mode requested\n");
-+ return EXIT_SUCCESS;
-+ }
-+
- if (strcmp(suspend, "on") != 0)
- xopen_xwrite_close(SYS_POWER_PATH, suspend);
- else {