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/image/mt7620.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ramips/image/mt7620.mk') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 3ecd4ba3a1..bbf3f65830 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -79,6 +79,18 @@ define Device/wn3000rpv3 endef TARGET_DEVICES += wn3000rpv3 +define Device/ex3700 + NETGEAR_BOARD_ID := U12H319T00_NETGEAR + DTS := EX3700 + BLOCKSIZE := 4k + IMAGE_SIZE := 7744k + IMAGES += factory.bin + IMAGE/factory.bin := $$(sysupgrade_bin) | check-size $$$$(IMAGE_SIZE) | netgear-chk + DEVICE_PACKAGES := -kmod-mt76 kmod-mt76x2 + DEVICE_TITLE := Netgear EX3700 +endef +TARGET_DEVICES += ex3700 + define Device/wt3020-4M DTS := WT3020-4M BLOCKSIZE := 4k -- cgit v1.2.3