From 4dc7cb792a8e34b6ad97c7b8058c70311a06bd38 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 12 Aug 2018 01:18:53 +0300 Subject: ath79: add WNDR3700 and WNDR3700v2 Add support for WNDR3700 and WNDR3700v2. They share most things with WNDR3800. Only device IDs and partition structure needs to be set. Note: WNDR3700 (v1) has no NETGEAR_HW_ID, but has also the NA version of the factory image. Signed-off-by: Hannu Nyman --- target/linux/ath79/base-files/etc/board.d/02_network | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ath79/base-files') diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index fe2d5859d3..9e315ee866 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -51,6 +51,8 @@ ath79_setup_interfaces() ucidef_add_switch "switch0" \ "0@eth0" "1:lan" "2:lan" "3:lan" "4:lan" "5:wan" ;; + netgear,wndr3700|\ + netgear,wndr3700v2|\ netgear,wndr3800) ucidef_set_interfaces_lan_wan "eth0" "eth1" ucidef_add_switch "switch0" \ -- cgit v1.2.3