From 174605c467593c4adb45f833d2d98135596d0883 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Tue, 9 Aug 2016 16:06:45 +0200 Subject: ar71xx: add user-space support for the OpenMesh A60 Signed-off-by: Sven Eckelmann --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/diag.sh') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 17b324d65e..871a12b9bd 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -8,6 +8,9 @@ get_status_led() { local board=$(ar71xx_board_name) case $board in + a60) + status_led="a60:green:status" + ;; alfa-nx) status_led="alfa:green:led_8" ;; -- cgit v1.2.3