Skip to content

Commit

Permalink
[deprecation] add devices with <=32MB RAM to deprecation
Browse files Browse the repository at this point in the history
these devices were removed with gluon v2022.x and do not receive support
maurerle authored and skorpy2009 committed Nov 14, 2023

Verified

This commit was signed with the committer’s verified signature.
jnatten Jonas Natten
1 parent 34f09d8 commit 94d1502
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions lib/config_default.js
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@ export const config = {
},
},
deprecated: [
"TP-Link TL-WR740N/ND v1",
"A5-V11",
"AP121",
"AP121U",
"D-Link DIR-615",
@@ -230,7 +230,9 @@ export const config = {
"TP-Link TL-WA7210N v2",
"TP-Link TL-WA7510N v1",
"TP-Link TL-WR703N v1",
"TP-Link TL-WR710N v1",
"TP-Link TL-WR710N v2",
"TP-Link TL-WR710N v2.1",
"TP-Link TL-WR740N/ND v1",
"TP-Link TL-WR740N/ND v3",
"TP-Link TL-WR740N/ND v4",
@@ -270,12 +272,17 @@ export const config = {
"TP-Link TL-WR941N/ND v5",
"TP-Link TL-WR941N/ND v6",
"TP-Link TL-WR1043N/ND v1",
"A5-V11",
"D-Link DIR-615 D1",
"D-Link DIR-615 D2",
"D-Link DIR-615 D3",
"D-Link DIR-615 D4",
"D-Link DIR-615 H1",
"Ubiquiti NanoStation loco M2",
"Ubiquiti NanoStation M2",
"Ubiquiti PicoStation M2",
"Ubiquiti Bullet M",
"Ubiquiti Bullet M2",
"Ubiquiti AirRouter",
"VoCore 8M",
"VoCore 16M",
],

0 comments on commit 94d1502

Please sign in to comment.