From de33a4cef0411f13df397ada2dc3634c5748a457 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Fri, 3 Mar 2017 15:36:51 +0100 Subject: ramips: add support for Netgear EX3700 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. Co-authored-by: Paul Oranje Signed-off-by: Paul Oranje Signed-off-by: Joseph C. Lehner --- target/linux/ramips/base-files/lib/ramips.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/base-files/lib/ramips.sh') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index cdebab47cd..6002362d19 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -190,6 +190,9 @@ ramips_board_detect() { *"EX2700") name="ex2700"; ;; + *"EX3700") + name="ex3700" + ;; *"F5D8235 v1") name="f5d8235-v1" ;; -- cgit v1.2.3