mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
quick and dirty hack to fix the reset on motorola WR850G
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@207 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
077d288055
commit
4e878f0446
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user