diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-08-12 01:18:53 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-13 08:37:19 +0200 |
commit | 4dc7cb792a8e34b6ad97c7b8058c70311a06bd38 (patch) | |
tree | 65670da86fe47f0f6a7b21c1f4a1ce44d200fe45 /target/linux/ath79/base-files/etc | |
parent | b58df9919ef827e4d591e8b1990f0d306f7bdb5f (diff) | |
download | upstream-4dc7cb792a8e34b6ad97c7b8058c70311a06bd38.tar.gz upstream-4dc7cb792a8e34b6ad97c7b8058c70311a06bd38.tar.bz2 upstream-4dc7cb792a8e34b6ad97c7b8058c70311a06bd38.zip |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'target/linux/ath79/base-files/etc')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 2 |
1 files changed, 2 insertions, 0 deletions
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" \ |