aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
diff options
context:
space:
mode:
authorThibaut VARÈNE <hacks@slashdirt.org>2022-02-28 11:34:43 +0100
committerPetr Štetiar <ynezz@true.cz>2022-03-08 18:33:42 +0100
commiteb38af788180d624e5b37aa5db1fe3766b138dc8 (patch)
treeefd187f14c73327b4c5cfe95f235bf6f5725fc39 /target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
parent549f8694c308761c25690a519de724ea3ad2bd76 (diff)
downloadupstream-eb38af788180d624e5b37aa5db1fe3766b138dc8.tar.gz
upstream-eb38af788180d624e5b37aa5db1fe3766b138dc8.tar.bz2
upstream-eb38af788180d624e5b37aa5db1fe3766b138dc8.zip
ath79: add support for MikroTik RouterBOARD mAP lite
The MikroTik RouterBOARD mAPL-2nd (sold as mAP Lite) is a small 2.4 GHz 802.11b/g/n PoE-capable AP. See https://mikrotik.com/product/RBmAPL-2nD for more info. Specifications: - SoC: Qualcomm Atheros QCA9533 - RAM: 64 MB - Storage: 16 MB NOR - Wireless: Atheros AR9531 (SoC) 802.11b/g/n 2x2:2, 1.5 dBi antenna - Ethernet: Atheros AR8229 (SoC), 1x 10/100 port, 802.3af/at PoE in - 4 user-controllable LEDs: · 1x power (green) · 1x user (green) · 1x lan (green) · 1x wlan (green) Flashing: TFTP boot initramfs image and then perform sysupgrade. Follow common MikroTik procedure as in https://openwrt.org/toh/mikrotik/common. Note: following 781d4bfb397cdd12ee0151eb66c577f470e3377d The network setup avoids using the integrated switch and connects the single Ethernet port directly. This way, link speed (10/100 Mbps) is properly reported by eth0. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds')
-rw-r--r--target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds b/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
index 25c0184568..ecc47e07c2 100644
--- a/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
+++ b/target/linux/ath79/mikrotik/base-files/etc/board.d/01_leds
@@ -6,7 +6,8 @@ board_config_update
board=$(board_name)
case "$board" in
-mikrotik,routerboard-lhg-2nd)
+mikrotik,routerboard-lhg-2nd|\
+mikrotik,routerboard-mapl-2nd)
ucidef_set_led_netdev "lan" "lan" "green:lan" "eth0"
;;
mikrotik,routerboard-lhg-5nd)