From 66950455b7d1c462db1a1fd72622f0703d55ce6e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 23 May 2015 15:27:22 +0000 Subject: ar71xx: Add support for the Meraki MR12 & MR16 This patch is to add support for the Meraki MR12 and MR16 Access Points. Currently everything is working, minus the 2nd NIC interface on the MR12 which is built into the SoC. Signed-off-by: Chris R Blake SVN-Revision: 45726 --- target/linux/ar71xx/base-files/etc/diag.sh | 6 ++++++ 1 file changed, 6 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 b73ea4d24c..055325179b 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -112,6 +112,12 @@ get_status_led() { mc-mac1200r) status_led="mercury:green:system" ;; + mr12) + status_led="mr12:green:power" + ;; + mr16) + status_led="mr16:green:power" + ;; mr600) status_led="mr600:orange:power" ;; -- cgit v1.2.3