aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/530-watchdog_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/patches/530-watchdog_fix.patch')
-rw-r--r--package/busybox/patches/530-watchdog_fix.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/busybox/patches/530-watchdog_fix.patch b/package/busybox/patches/530-watchdog_fix.patch
index 64e6dd5fd1..e69de29bb2 100644
--- a/package/busybox/patches/530-watchdog_fix.patch
+++ b/package/busybox/patches/530-watchdog_fix.patch
@@ -1,12 +0,0 @@
---- a/miscutils/watchdog.c
-+++ b/miscutils/watchdog.c
-@@ -10,7 +10,8 @@
- */
-
- #include "libbb.h"
--#include "linux/watchdog.h"
-+#include <linux/types.h>
-+#include <linux/watchdog.h>
-
- #define OPT_FOREGROUND (1 << 0)
- #define OPT_STIMER (1 << 1)