Skip to content
Snippets Groups Projects
Unverified Commit 866bf119 authored by Sebastian Schaper's avatar Sebastian Schaper Committed by GitHub
Browse files

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

parent 7ebc8814
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ath79-generic ...@@ -17,6 +17,10 @@ ath79-generic
- WiFi pro 1750i - WiFi pro 1750i
- WiFi pro 1750x - WiFi pro 1750x
* D-Link
- DAP-2660 A1 [#lan_as_wan]_
* Enterasys * Enterasys
- WS-AP3705i - WS-AP3705i
......
...@@ -61,6 +61,14 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', { ...@@ -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 -- Enterasys
device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', { device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment