ipq40xx: add target

This commit adds support for the new ipq40xx target.
This commit is contained in:
David Bauer 2018-07-11 00:43:56 +02:00 committed by Andreas Ziegler
parent 4883bc7141
commit c4b1febd31
4 changed files with 50 additions and 0 deletions

View File

@ -285,6 +285,27 @@ brcm2708-bcm2709
* RaspberryPi 2
ipq40xx
^^^^^^^
* AVM
- FRITZ!Box 4040 [#80211s]_
* GL.iNet
- GL-B1300 [#80211s]_
* NETGEAR
- EX6100v2 [#80211s]_
- EX6150v2 [#80211s]_
* ZyXEL
- WRE6606 [#80211s]_
ipq806x
^^^^^^^

View File

@ -46,6 +46,8 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
'archer-c59-v1', 'archer-c60-v1',
'archer-c7'}) then
table.insert(try_files, 1, '/sys/class/net/eth1/address')
elseif platform.match('ipq40xx', nil, {'avm,fritzbox-4040'}) then
table.insert(try_files, 1, '/sys/class/net/eth0/address')
end

26
targets/ipq40xx Normal file
View File

@ -0,0 +1,26 @@
# AVM
device avm-fritz-box-4040 avm_fritzbox-4040
factory
extra_image -squashfs-eva -bootloader .bin
# GL.iNet
device gl.inet-gl-b1300 glinet_gl-b1300
factory
# NETGEAR
device netgear-ex6100v2 netgear_ex6100v2
factory .img
device netgear-ex6150v2 netgear_ex6150v2
factory .img
# ZyXEL
device zyxel-wre6606 zyxel_wre6606
factory

View File

@ -13,6 +13,7 @@ $(eval $(call GluonTarget,x86,geode))
$(eval $(call GluonTarget,x86,64))
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
$(eval $(call GluonTarget,ipq40xx))
$(eval $(call GluonTarget,ipq806x))
$(eval $(call GluonTarget,ramips,mt7620))
$(eval $(call GluonTarget,ramips,mt76x8))