diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-27 19:05:06 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-03-04 23:02:46 +0100 |
commit | 6e80df5e3344092a391468b1718e412f0dd151c1 (patch) | |
tree | 410e640f1331c69895c20d9a578d804f712a2b26 /target/linux/ramips/mt7621/base-files | |
parent | 4e9317201d3fb47800b387d69d79c00f38d2dbfd (diff) | |
download | upstream-6e80df5e3344092a391468b1718e412f0dd151c1.tar.gz upstream-6e80df5e3344092a391468b1718e412f0dd151c1.tar.bz2 upstream-6e80df5e3344092a391468b1718e412f0dd151c1.zip |
ramips: add support for NETGEAR R6700v2/AC2400
SoC: MediaTek MT7621AT
RAM: 256M DDR3
FLASH: 128M NAND
WiFi: MediaTek MT7615N an+ac
MediaTek MT7615N bgn
ETH: MediaTek MT7621AT
BTN: 1x Connect (WPS), 1x WLAN, 1x Reset
LED: Power (white/amber), WAN(white/amber), 2.4G(white), 5G(white),
USB(white) , GuestWifi(white) 4x LAN(white/amber), Wifi Button(white),
WPS Button(white)
Installation:
Login to netgear webinterface and flash factory.img
Based on a discontinued GitHub Pull Request by
kuyokushin <codenamezero@protonmail.com>
https://github.com/openwrt/openwrt/pull/2545
NOTE: Netgear R6700 v2 have five clones: R6900 v2, R7450, Nighthawk
AC2400, Nighthawk AC2100 and already added R6800. Rest of them should
be really easy supportable. Image for R6700v2 should work perfectly with
them. Please refer:
https://github.com/openwrt/openwrt/pull/2614
Tested-by: Víctor Gibrán <victorgibranmz@hotmail.com> [R6700v2]
Tested-by: John Landrum <jl31m10@yahoo.com> [AC2400]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
[add guest led to mt7621_netgear_r6700-v2.dts end edit commit message]
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/ramips/mt7621/base-files')
3 files changed, 4 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 ac73729d1b..7695cb9918 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 @@ -52,6 +52,7 @@ netgear,r6850|\ netgear,wndr3700-v5) ucidef_set_led_switch "wan" "wan" "$boardname:green:wan" "switch0" "0x10" ;; +netgear,r6700-v2|\ netgear,r6800) ucidef_set_led_switch "wan" "WAN" "$boardname:white:wan" "switch0" "0x10" ucidef_set_led_switch "lan1" "LAN1" "$boardname:white:lan1" "switch0" "0x08" diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network index a84ee808a3..c930f34592 100755 --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network +++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network @@ -41,6 +41,7 @@ ramips_setup_interfaces() netgear,r6220|\ netgear,r6260|\ netgear,r6350|\ + netgear,r6700-v2|\ netgear,r6800|\ netgear,r6850|\ netgear,wndr3700-v5|\ @@ -253,6 +254,7 @@ ramips_setup_macs() ;; netgear,r6260|\ netgear,r6350|\ + netgear,r6700-v2|\ netgear,r6800|\ netgear,r6850) wan_mac=$(macaddr_add "$(mtd_get_mac_binary factory 0x4)" 2) diff --git a/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh b/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh index f6b5c86431..ad10dcbdaa 100755 --- a/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/mt7621/base-files/lib/upgrade/platform.sh @@ -48,6 +48,7 @@ platform_do_upgrade() { netgear,r6220|\ netgear,r6260|\ netgear,r6350|\ + netgear,r6700-v2|\ netgear,r6800|\ netgear,r6850|\ netis,wf2881|\ |