ath79-generic: (re)add support for glinet_6416 (#2453)

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-04-05 23:02:54 +02:00 committed by GitHub
parent 94e04393b1
commit 8e9a186e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,7 @@ ath79-generic
* GL.iNet
- 6416A
- GL-AR150
- GL-AR300M-Lite
- GL-AR750

View File

@ -93,6 +93,13 @@ device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
-- GL.iNet
device('gl.inet-6416', 'glinet_6416', {
factory = false,
manifest_aliases = {
'gl-inet-6416a-v1', -- Upgrade from OpenWrt 19.07
},
})
device('gl.inet-gl-ar150', 'glinet_gl-ar150', {
factory = false,
})