summaryrefslogtreecommitdiff
path: root/obsolete-buildroot/sources
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-08-26 23:48:44 +0000
committerMike Baker <mbm@openwrt.org>2004-08-26 23:48:44 +0000
commit42540ae85355f3ceca6f04a152b338b716b10dcb (patch)
tree51d5bc06a64a51f71939a134d6cde8221a4eb070 /obsolete-buildroot/sources
parentc9a0f1382806c92037930389b5a93a4d124a8b77 (diff)
downloadmtk-20170518-42540ae85355f3ceca6f04a152b338b716b10dcb.zip
mtk-20170518-42540ae85355f3ceca6f04a152b338b716b10dcb.tar.gz
mtk-20170518-42540ae85355f3ceca6f04a152b338b716b10dcb.tar.bz2
updated to support asus & buffalo
SVN-Revision: 148
Diffstat (limited to 'obsolete-buildroot/sources')
-rw-r--r--obsolete-buildroot/sources/openwrt/kernel/diag.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/obsolete-buildroot/sources/openwrt/kernel/diag.c b/obsolete-buildroot/sources/openwrt/kernel/diag.c
index 63a806c..7b41629 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 <linux/module.h>
#include <linux/init.h>
@@ -13,6 +15,7 @@
#include <bcm4710.h>
#include <sbutils.h>
+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);