summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-08-17 05:57:41 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 05:57:41 +0000
commitf38db7770779e014909955bd693202ee20042c2e (patch)
tree0ae04c785b791808e01a0d6b79bfa1b3b4ac1e7d /target/linux/ramips/base-files/etc/diag.sh
parent553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5 (diff)
downloadmaster-31e0f0ae-f38db7770779e014909955bd693202ee20042c2e.tar.gz
master-31e0f0ae-f38db7770779e014909955bd693202ee20042c2e.tar.bz2
master-31e0f0ae-f38db7770779e014909955bd693202ee20042c2e.zip
ramips: fix Zbtlink ZBT-WR8305RT board name
There is another Zbtlink board (ZBT-WA05) supported in ramips target, so use the same naming scheme for ZBT-WR8305RT board and its dts file. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46614
Diffstat (limited to 'target/linux/ramips/base-files/etc/diag.sh')
-rw-r--r--target/linux/ramips/base-files/etc/diag.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh
index e63f0df079..019bbbb2a8 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -196,8 +196,8 @@ get_status_led() {
wr512-3gn)
status_led="wr512:green:wps"
;;
- wr8305rt)
- status_led="wr8305rt:sys"
+ zbt-wr8305rt)
+ status_led="zbt-wr8305rt:sys"
;;
whr-300hp2 | \
whr-600d | \