From 102073ca17b91c079cd150be0feb30796721f6da Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:58:57 +0000 Subject: 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 SVN-Revision: 46621 --- target/linux/ramips/base-files/etc/diag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files/etc/diag.sh') 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" -- cgit v1.2.3