Skip to content
Snippets Groups Projects
Unverified Commit 94e04393 authored by J. Burfeind's avatar J. Burfeind Committed by GitHub
Browse files

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

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

Changed subtarget in between, similar change in
commit bed66fa2 ("ath79: move GL.iNet GL-AR750S to NAND subtarget")
parent 5a0c299d
No related branches found
No related tags found
No related merge requests found
...@@ -105,6 +105,7 @@ ath79-nand ...@@ -105,6 +105,7 @@ ath79-nand
* GL.iNet * GL.iNet
- GL-AR300M
- GL-AR750S - GL-AR750S
brcm2708-bcm2708 brcm2708-bcm2708
......
...@@ -7,6 +7,10 @@ local ATH10K_PACKAGES_QCA9887 = { ...@@ -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', { device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
factory = false, factory = false,
packages = ATH10K_PACKAGES_QCA9887, packages = ATH10K_PACKAGES_QCA9887,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment