From 0c2f0bd6a8eb257d81c4b877832695a6849964af Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 1 Jul 2014 13:38:30 +0000 Subject: ar71xx: Add support for MikroTik RouterBOARD SXT Lite This patch adds support for the MikroTik RouterBOARD SXT Lite. The new RB911L series is also supported as a result. v2 of this patch fixes the wmac offset to match what is on the sticker. v3 refreshes the patch against r41148 and defines the power led as the status led in diag.sh v4 refreshes the patch against r41353 and fixes the patch path issue to make git am work correctly v5 selects the kernel config option in the mikrotik profile rather than in the main ar71xx config Signed-off-by: Matthew Reeve Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41450 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 4 ++++ target/linux/ar71xx/base-files/etc/uci-defaults/02_network | 2 ++ 2 files changed, 6 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc') diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 687cddf419..ef172b478c 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -135,6 +135,10 @@ get_status_led() { rb-951ui-2hnd) status_led="rb:green:act" ;; + rb-sxt2n|\ + rb-sxt5n) + status_led="rb:green:power" + ;; routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network index 99c0268581..646425c323 100755 --- a/target/linux/ar71xx/base-files/etc/uci-defaults/02_network +++ b/target/linux/ar71xx/base-files/etc/uci-defaults/02_network @@ -259,6 +259,8 @@ eap7660d |\ mr600 |\ mr600v2 |\ rb-411 |\ +rb-sxt2n |\ +rb-sxt5n |\ tl-mr10u |\ tl-mr11u |\ tl-mr13u |\ -- cgit v1.2.3