Skip to content

Commit

Permalink
ath79-generic: add support for D-Link DAP-2695 (freifunk-gluon#3194)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-2 committed Feb 23, 2024
1 parent e545756 commit 1d42af2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/user/supported_devices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ath79-generic
- DAP-1365 A1 [#lan_as_wan]_
- DAP-2660 A1 [#lan_as_wan]_
- DAP-2680 A1 [#lan_as_wan]_
- DAP-2695 A1 [#lan_as_wan]_
- DIR-505 A1 [#lan_as_wan]_
- DIR-505 A2 [#lan_as_wan]_
- DIR-825 B1
Expand Down
1 change: 1 addition & 0 deletions package/gluon-core/luasrc/lib/gluon/upgrade/020-interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ local lan_ifname = iface_exists(lan_interfaces)
local wan_ifname = iface_exists(wan_interfaces)

if platform.match('ath79', 'generic', {
'dlink,dap-2695-a1',
'tplink,cpe210-v1',
'tplink,cpe210-v2',
'tplink,cpe510-v1',
Expand Down
5 changes: 5 additions & 0 deletions targets/ath79-generic
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ device('d-link-dap-2680-a1', 'dlink_dap-2680-a1', {
packages = ATH10K_PACKAGES_QCA9984,
})

device('d-link-dap-2695-a1', 'dlink_dap-2695-a1', {
factory_ext = '.img',
packages = ATH10K_PACKAGES_QCA9880,
})

device('d-link-dir-505', 'dlink_dir-505', {
factory = false,
})
Expand Down

0 comments on commit 1d42af2

Please sign in to comment.