From 8f92e94a74470b9bdc91328a58ecfbb242769284 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 9 Apr 2015 10:32:08 +0000 Subject: ar71xx: enable LEDs on Hornet-UB X2 None of the LEDs are enabled by default on the Hornet-UB X2 board (the 16/64MB version of the Hornet-UB), because it uses a different board-name ("hornet-ub-x2"); but hornet-ub and hornet-ub-x2 boards are equivalent WRT their LEDs. SIgned-off-by: Joshua Judson Rosen SVN-Revision: 45328 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 14ff625d61..52a73ee738 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -95,7 +95,8 @@ get_status_led() { hiwifi-hc6361) status_led="hiwifi:blue:system" ;; - hornet-ub) + hornet-ub | \ + hornet-ub-x2) status_led="alfa:blue:wps" ;; ja76pf | \ -- cgit v1.2.3