projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208236a
)
fix v1/v4 bug in diag driver
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Sep 2005 01:32:36 +0000
(
01:32
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 22 Sep 2005 01:32:36 +0000
(
01:32
+0000)
SVN-Revision: 1969
openwrt/target/linux/package/diag/diag_led.c
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/diag/diag_led.c
b/openwrt/target/linux/package/diag/diag_led.c
index cc2bc8a24ec35d77cd914f2888f9a64c4982c987..8d4acd549f5e5737446c7216ca8b0ed36d4622ef 100644
(file)
--- a/
openwrt/target/linux/package/diag/diag_led.c
+++ b/
openwrt/target/linux/package/diag/diag_led.c
@@
-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")?:"";