diff options
author | Jan Hoffmann <jan@3e8.eu> | 2020-06-26 23:46:19 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-27 00:33:29 +0200 |
commit | b1d5ab1a698b05d7522df029a85f8078ee4217af (patch) | |
tree | a378fed31672d6fe7f55c1c9daf114314bb32a76 /target/linux/ramips/mt7621/base-files/etc | |
parent | bd49f2c9848ec10c7c7b41eaa14ac6c26e2bc977 (diff) | |
download | upstream-b1d5ab1a698b05d7522df029a85f8078ee4217af.tar.gz upstream-b1d5ab1a698b05d7522df029a85f8078ee4217af.tar.bz2 upstream-b1d5ab1a698b05d7522df029a85f8078ee4217af.zip |
ramips: add support for NETGEAR WAC124
The WAC124 hardware appears to be identical to R6260/R6350/R6850.
SoC: MediaTek MT7621AT
RAM: 128M DDR3
FLASH: 128M NAND (Macronix MX30LF1G18AC)
WiFI: MediaTek MT7603 bgn 2T2R
MediaTek MT7615 nac 4T4R
ETH: SoC Integrated Gigabit Switch (1x WAN, 4x LAN)
USB: 1x USB 2.0
BTN: Reset, WPS
LED: Power, Internet, WiFi, USB (all green)
Installation:
The factory image can be flashed from the stock firmware web interface
or using nmrpflash. With nmrpflash it is also possible to revert to
stock firmware.
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
Diffstat (limited to 'target/linux/ramips/mt7621/base-files/etc')
-rwxr-xr-x | target/linux/ramips/mt7621/base-files/etc/board.d/01_leds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds index fdfd29d011..716bc6e462 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/01_leds @@ -56,6 +56,7 @@ netgear,r6220|\ netgear,r6260|\ netgear,r6350|\ netgear,r6850|\ +netgear,wac124|\ netgear,wndr3700-v5) ucidef_set_led_netdev "wan" "wan" "$boardname:green:wan" "wan" ;; |