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

fix v1/v4 bug in diag driver

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1969 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-09-22 01:32:36 +00:00
parent a61fc49576
commit 758e452dc7

View File

@ -170,8 +170,8 @@ static int __init diag_init()
set_diag=ignore;
set_dmz=ignore;
buf=nvram_get("boardrev");
if (((board_type & 0xf00) == 0x400) && strcmp(buf,"0x10")) {
buf=nvram_get("pmon_ver") ?: "";
if (((board_type & 0xf00) == 0x400) && (strncmp(buf, "CFE", 3) != 0)) {
buf=nvram_get("boardtype")?:"";
if (!strcmp(buf,"bcm94710dev")) {
buf=nvram_get("boardnum")?:"";