Skip to content
Snippets Groups Projects
Commit bed66fa2 authored by David Bauer's avatar David Bauer
Browse files

ath79: move GL.iNet GL-AR750S to NAND subtarget

parent 74c07171
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,6 @@ ath79-generic
* GL.iNet
- GL-AR300M-Lite
- GL-AR750S
* OCEDO
......@@ -213,6 +212,13 @@ ath79-generic
- Archer C6 (v2)
- CPE220 (v3.0)
ath79-nand
----------
* GL.iNet
- GL-AR750S
brcm2708-bcm2708
----------------
......
......@@ -60,11 +60,6 @@ device('gl.inet-gl-ar300m-lite', 'glinet_gl-ar300m-lite', {
factory = false,
})
device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})
-- OCEDO
device('ocedo-raccoon', 'ocedo_raccoon', {
......
local ATH10K_PACKAGES_QCA9887 = {
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca9887',
'-ath10k-firmware-qca9887-ct',
}
device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {
factory = false,
packages = ATH10K_PACKAGES_QCA9887,
})
......@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,ar71xx,tiny))
endif
$(eval $(call GluonTarget,ar71xx,nand))
$(eval $(call GluonTarget,ath79,generic))
$(eval $(call GluonTarget,ath79,nand))
$(eval $(call GluonTarget,bcm27xx,bcm2708))
$(eval $(call GluonTarget,bcm27xx,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic))
......
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