From 0cbd2c74d0c9f41d07757907226e5cfeaf16e06a Mon Sep 17 00:00:00 2001 From: Frederik Noe-Sdun Date: Mon, 29 Jul 2019 20:23:28 +0200 Subject: ramips: add support for Netgear EX6130 Specifications: * SoC: MT7620A * RAM: 64 MB DDR * Flash: 8MB NOR SPI flash * WiFi: MT7612E (5Ghz) and builtin MT7620A (2.4GHz) * LAN: 1x100M The -factory images can be flashed from the device's web interface or via nmrpflash. The device seems to use base PCB as EX3700/EX3800, but supporting AC1200 using MT7612E. MAC adresses: 5.0 GHz 0x8004 *:9a 2.4 GHz 0x4 *:9b lan 0x28 *:9b wan 0x2e *:9c Since this is a one-port device, although wan MAC address is set in flash, it is not used in OpenWrt setup. Signed-off-by: Frederik Noe-Sdun [rebased, extended commit message, tiny DTS style fixes] Signed-off-by: Adrian Schmutzler --- target/linux/ramips/mt7620/base-files/etc/board.d/01_leds | 3 ++- target/linux/ramips/mt7620/base-files/etc/board.d/02_network | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/mt7620/base-files/etc') diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds index 6d6dcde6af..59f0fe8dab 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/01_leds @@ -155,7 +155,8 @@ netgear,ex2700|\ netgear,wn3000rp-v3) set_wifi_led "$boardname:green:router" ;; -netgear,ex3700) +netgear,ex3700|\ +netgear,ex6130) ucidef_set_led_netdev "wlan5g" "ROUTER (green)" "$boardname:green:router" "wlan0" ucidef_set_led_netdev "wlan2g" "DEVICE (green)" "$boardname:green:device" "wlan1" ;; diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network index 94600bb437..dfca48e123 100755 --- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network @@ -39,6 +39,7 @@ ramips_setup_interfaces() kimax,u25awf-h1|\ netgear,ex2700|\ netgear,ex3700|\ + netgear,ex6130|\ netgear,wn3000rp-v3|\ planex,cs-qr10|\ planex,mzk-ex300np|\ -- cgit v1.2.3