lantiq-xrx200: add support for AVM FRITZ!Box 7412 (#1859)
This commit is contained in:
parent
fd3fa7728a
commit
62bd916b76
@ -232,6 +232,13 @@ ipq806x-generic
|
||||
|
||||
- R7800
|
||||
|
||||
lantiq-xrx200
|
||||
-------------
|
||||
|
||||
* AVM
|
||||
|
||||
- FRITZ!Box 7412 [#eva_ramboot]_
|
||||
|
||||
lantiq-xway
|
||||
-----------
|
||||
|
||||
|
3
targets/lantiq-xrx200
Normal file
3
targets/lantiq-xrx200
Normal file
@ -0,0 +1,3 @@
|
||||
device('avm-fritz-box-7412', 'avm_fritz7412', {
|
||||
factory = false,
|
||||
})
|
@ -8,6 +8,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))
|
||||
|
Loading…
Reference in New Issue
Block a user