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:
committed by
Christian Lamparter
parent
edf1c6c67a
commit
00ed75f47f
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user