ath79-generic: add support for D-Link DAP-2660 A1

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
This commit is contained in:
Sebastian Schaper 2022-03-21 22:18:55 +01:00
parent a3203b26c4
commit d793dd1b9d
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,10 @@ ath79-generic
- WiFi pro 1750i
- WiFi pro 1750x
* D-Link
- DAP-2660 A1 [#lan_as_wan]_
* Enterasys
- WS-AP3705i

View File

@ -55,6 +55,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
})
-- D-Link
device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
factory_ext = '.img',
packages = ATH10K_PACKAGES_QCA9880,
})
-- Enterasys
device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {