diff options
author | Dmitry Tunin <hanipouspilot@gmail.com> | 2019-08-07 23:07:33 +0300 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-21 23:41:31 +0200 |
commit | 00ed75f47f4726dff17c6d63d6847bc4f7a74970 (patch) | |
tree | c5891debdaec27267e34e5c3b84f3b3d37774f17 /target/linux/ath79/base-files/etc/hotplug.d | |
parent | edf1c6c67abb1201b3deb8482474239e40d3d7f5 (diff) | |
download | upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.tar.gz upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.tar.bz2 upstream-00ed75f47f4726dff17c6d63d6847bc4f7a74970.zip |
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>
Diffstat (limited to 'target/linux/ath79/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom index 63879cca47..25d82a5f0d 100644 --- a/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom +++ b/target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom @@ -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) |