Skip to content

Commit 717bf99

Browse files
authored
Merge pull request #3400 from RolandoMagico/D-Link_M30
mediatek-filogic: Add support for D-Link AQUILA PRO AI M30 A1
2 parents fc25b49 + 1e50f2e commit 717bf99

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/user/supported_devices.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ath79-generic
4040

4141
* D-Link
4242

43+
- AQUILA PRO AI M30 A1
4344
- DAP-1330 A1 [#lan_as_wan]_
4445
- DAP-1365 A1 [#lan_as_wan]_
4546
- DAP-2660 A1 [#lan_as_wan]_

targets/mediatek-filogic

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ device('asus-tuf-ax6000', 'asus_tuf-ax6000', {
99
})
1010

1111

12+
-- D-Link
13+
14+
device('d-link-aquila-pro-ai-m30-a1', 'dlink_aquila-pro-ai-m30-a1', {
15+
factory = false,
16+
extra_images = {
17+
{'-squashfs-recovery', '-recovery', '.bin'}
18+
},
19+
})
20+
21+
1222
-- Cudy
1323

1424
device('cudy-wr3000-v1', 'cudy_wr3000-v1', {

0 commit comments

Comments
 (0)