1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:02:20 +03:00

Don't try to code properly at 4am ...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@109 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2004-07-21 03:06:52 +00:00
parent f40b58fd2c
commit 592046f0d7

View File

@ -114,15 +114,14 @@ static int __init diag_init()
printk(KERN_INFO "diag board_type: %08x\n",board_type);
if (board_type & 0x400) {
board_type=1;
set_diag=v1_set_diag;
set_dmz=v1_set_dmz;
if (board_type==0x41d) {
printk(KERN_INFO "buffalo hack.\n");
set_diag=ignore;
set_dmz=v2_set_dmz;
}
board_type=1;
} else {
board_type=2;
set_diag=v2_set_diag;