Skip to content
Snippets Groups Projects
Commit c4b1febd authored by David Bauer's avatar David Bauer Committed by Andreas Ziegler
Browse files

ipq40xx: add target

This commit adds support for the new ipq40xx target.
parent 4883bc71
No related branches found
No related tags found
No related merge requests found
......@@ -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
^^^^^^^
......
......@@ -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
......
# 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
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment