ath79-generic: (re)add support for GL-AR150

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
aiyion.prime 2022-03-30 21:17:08 +02:00
parent 8fdda51f98
commit 7a47873e06
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,7 @@ ath79-generic
* GL.iNet
- GL-AR150
- GL-AR300M-Lite
* Joy-IT

View File

@ -89,6 +89,10 @@ device('enterasys-ws-ap3705', 'enterasys_ws-ap3705i', {
-- GL.iNet
device('gl.inet-gl-ar150', 'glinet_gl-ar150', {
factory = false,
})
device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
factory = false,
})