projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85b5733
)
quick and dirty hack to fix the reset on motorola WR850G
author
Mike Baker
<mbm@openwrt.org>
Tue, 25 Jan 2005 08:35:15 +0000
(08:35 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 25 Jan 2005 08:35:15 +0000
(08:35 +0000)
SVN-Revision: 207
obsolete-buildroot/sources/openwrt/kernel/diag.c
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/sources/openwrt/kernel/diag.c
b/obsolete-buildroot/sources/openwrt/kernel/diag.c
index 726e1976e006b6fc3f16266dd6171969e3d69229..41cb17bf4d5b880ca21401660e561536f1146d38 100644
(file)
--- a/
obsolete-buildroot/sources/openwrt/kernel/diag.c
+++ b/
obsolete-buildroot/sources/openwrt/kernel/diag.c
@@
-185,6
+185,13
@@
static int __init diag_init()
set_dmz=v2_set_dmz;
reset_gpio=(1<<6);
reset_polarity=0;
+ buf=nvram_get("boardnum")?:"";
+ if (!strcmp(buf,"44")) {
+ set_diag=ignore;
+ set_dmz=ignore;
+ reset_gpio=(1<<5);
+ reset_polarity=0;
+ }
}
printk(KERN_INFO "using v%d hardware\n",board_type);