ath79-nand: (re)add support for glinet_gl-ar300m (#2455)

Gone due to
commit 45c84a117b ("ar71xx: drop target")

Changed subtarget in between, similar change in
commit bed66fa248 ("ath79: move GL.iNet GL-AR750S to NAND subtarget")
This commit is contained in:
J. Burfeind 2022-04-05 19:29:02 +02:00 committed by GitHub
parent 5a0c299d8c
commit 94e04393b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,7 @@ ath79-nand
* GL.iNet
- GL-AR300M
- GL-AR750S
brcm2708-bcm2708

View File

@ -7,6 +7,10 @@ local ATH10K_PACKAGES_QCA9887 = {
}
device('gl.inet-gl-ar300m-nor', 'glinet_gl-ar300m-nor', {
factory = false,
})
device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,