ath79-generic: add support for D-Link DAP-2660 A1 (#2414)
Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
This commit is contained in:
parent
7ebc88147e
commit
866bf11903
@ -17,6 +17,10 @@ ath79-generic
|
||||
- WiFi pro 1750i
|
||||
- WiFi pro 1750x
|
||||
|
||||
* D-Link
|
||||
|
||||
- DAP-2660 A1 [#lan_as_wan]_
|
||||
|
||||
* Enterasys
|
||||
|
||||
- WS-AP3705i
|
||||
|
@ -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', {
|
||||
|
Loading…
Reference in New Issue
Block a user