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

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:
aiyion.prime 2022-04-02 12:05:16 +02:00
parent 6fe1e64f27
commit ce2abad561
2 changed files with 5 additions and 0 deletions

View File

@ -99,6 +99,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,