ath79-generic: add support for D-Link DAP-2660 A1 (#2414)

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
This commit is contained in:
Sebastian Schaper 2022-03-23 23:35:39 +01:00 committed by GitHub
parent 7ebc88147e
commit 866bf11903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

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

View File

@ -61,6 +61,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', {