lantiq-xrx200: add support for AVM FRITZ!Box 7412
This commit is contained in:
parent
0ff396b213
commit
879770af3c
@ -224,6 +224,13 @@ ipq806x-generic
|
||||
|
||||
- R7800
|
||||
|
||||
lantiq-xrx200
|
||||
-------------
|
||||
|
||||
* AVM
|
||||
|
||||
- FRITZ!Box 7412
|
||||
|
||||
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,
|
||||
})
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user