projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[rb532] starting with 2.6.28 korina ethernet interface is eth2
[openwrt.git]
/
target
/
linux
/
ar7
/
files
/
drivers
/
char
/
watchdog
/
ar7_wdt.c
diff --git
a/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
b/target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
index
cdaab8c
..
97cd810
100644
(file)
--- a/
target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
+++ b/
target/linux/ar7/files/drivers/char/watchdog/ar7_wdt.c
@@
-243,7
+243,7
@@
static int ar7_wdt_ioctl(struct inode *inode, struct file *file,
static struct watchdog_info ident = {
.identity = LONGNAME,
.firmware_version = 1,
- .options = (WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING),
+ .options = (WDIOF_SETTIMEOUT | WDIOF_
MAGICCLOSE | WDIOF_
KEEPALIVEPING),
};
int new_margin;
This page took
0.018342 seconds
and
4
git commands to generate.