lantiq-xway: add support for AVM FRITZ!Box 7312
This commit is contained in:
parent
b359ed1887
commit
b4c75a9879
@ -224,6 +224,13 @@ ipq806x-generic [#80211s]_
|
||||
|
||||
- R7800
|
||||
|
||||
lantiq-xway
|
||||
-----------
|
||||
|
||||
* AVM
|
||||
|
||||
- FRITZ!Box 7312 [#avmflash]_
|
||||
|
||||
mpc85xx-generic
|
||||
---------------
|
||||
|
||||
|
3
targets/lantiq-xway
Normal file
3
targets/lantiq-xway
Normal file
@ -0,0 +1,3 @@
|
||||
device('avm-fritz-box-7312', 'avm_fritz7312', {
|
||||
factory = false,
|
||||
})
|
@ -7,6 +7,7 @@ endif
|
||||
$(eval $(call GluonTarget,ar71xx,nand))
|
||||
$(eval $(call GluonTarget,brcm2708,bcm2708))
|
||||
$(eval $(call GluonTarget,brcm2708,bcm2709))
|
||||
$(eval $(call GluonTarget,lantiq,xway))
|
||||
$(eval $(call GluonTarget,mpc85xx,generic))
|
||||
$(eval $(call GluonTarget,mpc85xx,p1020))
|
||||
$(eval $(call GluonTarget,ramips,mt7621))
|
||||
|
Loading…
Reference in New Issue
Block a user