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:58:57 +0000
committerJohn Crispin <john@openwrt.org>2015-08-17 05:58:57 +0000
commit102073ca17b91c079cd150be0feb30796721f6da (patch)
tree2bbf8869f15e4ac2151ab877750a9de21a75df11 /target/linux/ramips/base-files/etc/diag.sh
parentf38d42b8e4340c654378c2a3dd505ec3c385849d (diff)
downloadmaster-31e0f0ae-102073ca17b91c079cd150be0feb30796721f6da.tar.gz
master-31e0f0ae-102073ca17b91c079cd150be0feb30796721f6da.tar.bz2
master-31e0f0ae-102073ca17b91c079cd150be0feb30796721f6da.zip
ramips: fix Argus ATP-52B board and image names
The following patch: * changes board name from "argus-atp52b" to "atp-52b" * changes dts filename * fixes LED names in dts file and base-files scripts * removes manufacturer name from image filename for Argus ATP-52B device. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46621
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 cb3d851941..f8b7e89545 100644
--- a/target/linux/ramips/base-files/etc/diag.sh
+++ b/target/linux/ramips/base-files/etc/diag.sh
@@ -27,8 +27,8 @@ get_status_led() {
awapn2403)
status_led="asiarf:green:wps"
;;
- argus-atp52b)
- status_led="argus-atp52b:green:run"
+ atp-52b)
+ status_led="atp-52b:green:run"
;;
asl26555)
status_led="asl26555:green:power"