2
0
forked from Ivasoft/openwrt

ath79: add support of Netgear WNDR3800CH

Add support for the ar71xx supported Netgear WNDR3800CH to ath79.
The device is identical to WNDR3800 except NETGEAR_BOARD_ID.

Signed-off-by: Dmitry Tunin <hanipouspilot@gmail.com>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Dmitry Tunin
2019-08-07 23:07:33 +03:00
committed by Christian Lamparter
parent edf1c6c67a
commit 00ed75f47f
4 changed files with 53 additions and 3 deletions

View File

@@ -208,7 +208,8 @@ case "$FIRMWARE" in
buffalo,wzr-hp-ag300h|\
netgear,wndr3700|\
netgear,wndr3700v2|\
netgear,wndr3800)
netgear,wndr3800|\
netgear,wndr3800ch)
ath9k_eeprom_extract "art" 0x1000 0xeb8
;;
dlink,dir-825-b1)
@@ -225,7 +226,8 @@ case "$FIRMWARE" in
buffalo,wzr-hp-ag300h|\
netgear,wndr3700|\
netgear,wndr3700v2|\
netgear,wndr3800)
netgear,wndr3800|\
netgear,wndr3800ch)
ath9k_eeprom_extract "art" 0x5000 0xeb8
;;
dlink,dir-825-b1)