ath79-generic: (re)add support for glinet_6416

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
aiyion.prime 2022-03-31 16:19:48 +02:00
parent 2ea793f9b2
commit edc8d0a433
2 changed files with 8 additions and 0 deletions

View File

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

View File

@ -93,6 +93,13 @@ device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
-- GL.iNet -- 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', { device('gl.inet-gl-ar150', 'glinet_gl-ar150', {
factory = false, factory = false,
}) })