From 5543d63fc84e64be83afaa4241369a07797f041b Mon Sep 17 00:00:00 2001 From: Ludwig Thomeczek Date: Tue, 12 Jun 2018 21:17:23 +0200 Subject: ramips: add support for Netgear R6120 This patch adds support for the Netgear R6120, aka Netgear AC1200. Specification: - SoC: MediaTek MT7628 (580 MHz) - Flash: 16 MiB - RAM: 64 MiB - Wireless: 2.4Ghz(builtin) and 5Ghz (MT7612E) - LAN speed: 10/100 - LAN ports: 4 - WAN speed: 10/100 - WAN ports: 1 - Serial baud rate of Bootloader and factory firmware: 57600 To flash use nmrpflash with the provided factory.img. Flashing via webinterface will not work, for now. Signed-off-by: Ludwig Thomeczek --- target/linux/ramips/base-files/etc/board.d/01_leds | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ramips/base-files/etc/board.d/01_leds') diff --git a/target/linux/ramips/base-files/etc/board.d/01_leds b/target/linux/ramips/base-files/etc/board.d/01_leds index 0d5a2e97c2..5d833e4410 100755 --- a/target/linux/ramips/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/base-files/etc/board.d/01_leds @@ -319,6 +319,11 @@ mzk-ex750np) na930) set_usb_led "$boardname:blue:status" ;; +netgear,r6120) + ucidef_set_led_switch "lan" "lan" "$boardname:green:lan" "switch0" "0x0f" + ucidef_set_led_wlan "wlan2g" "WiFi 2.4GHz" "$boardname:green:wlan2g" "phy0tpt" + ucidef_set_led_wlan "wlan5g" "WiFi 5GHz" "$boardname:green:wlan5g" "phy1tpt" + ;; newifi-d1) set_usb_led "$boardname:red:status" ;; -- cgit v1.2.3