aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/diag.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-08-17 05:58:57 +0000
committerJohn Crispin <blogic@openwrt.org>2015-08-17 05:58:57 +0000
commit01713adeaa39cd35c348f032a54b6124ad66d2be (patch)
tree3d298b5813b99c7e457b03688a9492b27ad6805c /target/linux/ramips/base-files/etc/diag.sh
parentb917bf80391b3aa67923136156cd2c69f371ada3 (diff)
downloadmaster-187ad058-01713adeaa39cd35c348f032a54b6124ad66d2be.tar.gz
master-187ad058-01713adeaa39cd35c348f032a54b6124ad66d2be.tar.bz2
master-187ad058-01713adeaa39cd35c348f032a54b6124ad66d2be.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46621 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"