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/board.d/01_leds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/board.d/01_leds') diff --git a/target/linux/ar71xx/base-files/etc/board.d/01_leds b/target/linux/ar71xx/base-files/etc/board.d/01_leds index b0aa7c2b24..c2737bd460 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/01_leds +++ b/target/linux/ar71xx/base-files/etc/board.d/01_leds @@ -11,6 +11,10 @@ board_config_update board=$(ar71xx_board_name) case "$board" in +a60) + ucidef_set_led_default "status-red" "Status (red)" "a60:red:status" "0" + ucidef_set_led_default "status-blue" "Status (blue)" "a60:blue:status" "0" + ;; airgateway|\ airgatewaypro) ucidef_set_led_wlan "wlan" "WLAN" "ubnt:blue:wlan" "phy0tpt" -- cgit v1.2.3