mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:15:00 +02:00
updated in prepration for wrt54g v2.2/gs v1.1 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@206 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6f9d5be059
commit
077d288055
@ -148,7 +148,7 @@ static int __init diag_init()
|
||||
set_diag=ignore;
|
||||
set_dmz=ignore;
|
||||
|
||||
if (board_type & 0x400) {
|
||||
if ((board_type & 0xf00) == 0x400) {
|
||||
board_type=1;
|
||||
buf=nvram_get("boardtype")?:"";
|
||||
if (!strcmp(buf,"bcm94710dev")) {
|
||||
|
Loading…
Reference in New Issue
Block a user