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

ath79: migrate D-Link DAP-1330 and DIR-550 from ar71xx (#2417)


also add DAP-1365, which is a different case variant of DAP-1330

Signed-off-by: default avatarSebastian Schaper <openwrt@sebastianschaper.net>
parent d1b801b2
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,11 @@ ath79-generic
* D-Link
- DAP-1330 A1 [#lan_as_wan]_
- DAP-1365 A1 [#lan_as_wan]_
- DAP-2660 A1 [#lan_as_wan]_
- DIR-505 A1 [#lan_as_wan]_
- DIR-505 A2 [#lan_as_wan]_
* Enterasys
......
......@@ -63,11 +63,22 @@ device('devolo-wifi-pro-1750x', 'devolo_dvl1750x', {
-- D-Link
device('d-link-dap-1330-a1', 'dlink_dap-1330-a1')
device('d-link-dap-1365-a1', 'dlink_dap-1365-a1')
device('d-link-dap-2660-a1', 'dlink_dap-2660-a1', {
factory_ext = '.img',
packages = ATH10K_PACKAGES_QCA9880,
})
device('d-link-dir-505', 'dlink_dir-505', {
factory = false,
manifest_aliases = {
'd-link-dir-505-rev-a1', -- Upgrade from OpenWrt 19.07
'd-link-dir-505-rev-a2', -- Upgrade from OpenWrt 19.07
},
})
-- Enterasys
......
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