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

Gone due to
commit 45c84a117b ("ar71xx: drop target")
This commit is contained in:
J. Burfeind 2022-03-31 08:16:39 +02:00 committed by GitHub
parent 55da2a7b0e
commit dbdf532867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
})