lantiq-xrx200: add support for AVM FRITZ!Box 7412

This commit is contained in:
Dark4MD 2019-11-08 22:24:48 +01:00
parent 0ff396b213
commit 879770af3c
3 changed files with 11 additions and 0 deletions

View File

@ -224,6 +224,13 @@ ipq806x-generic
- R7800
lantiq-xrx200
-------------
* AVM
- FRITZ!Box 7412
lantiq-xway
-----------

3
targets/lantiq-xrx200 Normal file
View File

@ -0,0 +1,3 @@
device('avm-fritz-box-7412', 'avm_fritz7412', {
factory = false,
})

View File

@ -7,6 +7,7 @@ $(eval $(call GluonTarget,brcm2708,bcm2708))
$(eval $(call GluonTarget,brcm2708,bcm2709))
$(eval $(call GluonTarget,ipq40xx,generic))
$(eval $(call GluonTarget,ipq806x,generic))
$(eval $(call GluonTarget,lantiq,xrx200))
$(eval $(call GluonTarget,lantiq,xway))
$(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,mpc85xx,p1020))