mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
busybox: fix watchdog util compile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d39d83de9a
commit
c0fdd94fc2
12
package/busybox/patches/530-watchdog_fix.patch
Normal file
12
package/busybox/patches/530-watchdog_fix.patch
Normal file
@ -0,0 +1,12 @@
|
||||
--- 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)
|
||||
Loading…
x
Reference in New Issue
Block a user