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

This commit is contained in:
David Bauer 2020-04-15 23:57:14 +02:00
parent 74c0717171
commit bed66fa248
4 changed files with 21 additions and 6 deletions

View File

@ -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
----------------

View File

@ -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', {

13
targets/ath79-nand Normal file
View File

@ -0,0 +1,13 @@
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,
})

View File

@ -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))