From aa210b58909434abaa63a7a6cd898a43ba61c3f3 Mon Sep 17 00:00:00 2001 From: mbm Date: Thu, 26 Aug 2004 23:48:44 +0000 Subject: [PATCH] updated to support asus & buffalo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@148 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- obsolete-buildroot/sources/openwrt/kernel/diag.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/obsolete-buildroot/sources/openwrt/kernel/diag.c b/obsolete-buildroot/sources/openwrt/kernel/diag.c index 63a806cd7..7b4162988 100644 --- a/obsolete-buildroot/sources/openwrt/kernel/diag.c +++ b/obsolete-buildroot/sources/openwrt/kernel/diag.c @@ -3,6 +3,8 @@ // mbm at alt dot org // // initial release 2004/03/28 +// +// 2004/08/26 asus & buffalo support added #include #include @@ -13,6 +15,7 @@ #include #include +extern char * nvram_get(const char *name); static void *sbh; // v2.x - - - - - @@ -147,11 +150,7 @@ static int __init diag_init() if (board_type & 0x400) { board_type=1; - set_diag=v1_set_diag; - set_dmz=v1_set_dmz; - buf=nvram_get("boardtype")?:""; - if (!strcmp(buf,"bcm94710dev")) { buf=nvram_get("boardnum")?:""; if (!strcmp(buf,"42")) { @@ -160,7 +159,7 @@ static int __init diag_init() set_dmz=v1_set_dmz; reset_gpio=(1<<6); reset_polarity=0; - } else (!strcmp(buf,"asusX")) { + } else if (!strcmp(buf,"asusX")) { //asus wl-500g //no leds reset_gpio=(1<<6); -- 2.20.1