ipq40xx: rename target to ipq40xx-generic
This commit accounts for the target renaming which was done in upstream commit 7407e723991 ("ipqx0xx: add Generic subtarget")
This commit is contained in:
parent
b9bdcc7b69
commit
88e6bc5278
@ -191,8 +191,8 @@ brcm2708-bcm2709
|
||||
* RaspberryPi 2
|
||||
|
||||
|
||||
ipq40xx [#80211s]_
|
||||
------------------
|
||||
ipq40xx-generic [#80211s]_
|
||||
--------------------------
|
||||
|
||||
* AVM
|
||||
|
||||
|
@ -50,8 +50,8 @@ elseif platform.match('ar71xx', 'generic', {'archer-c5', 'archer-c58-v1',
|
||||
table.insert(try_files, 1, '/sys/class/net/eth1/address')
|
||||
elseif platform.match('ar71xx', 'nand', {'hiveap-121'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||
elseif platform.match('ipq40xx', nil, {'avm,fritzbox-4040',
|
||||
'openmesh,a42', 'openmesh,a62'}) then
|
||||
elseif platform.match('ipq40xx', 'generic', {'avm,fritzbox-4040',
|
||||
'openmesh,a42', 'openmesh,a62'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||
elseif platform.match('ipq806x', nil, {'netgear,r7800'}) then
|
||||
table.insert(try_files, 1, '/sys/class/net/eth1/address')
|
||||
|
@ -16,7 +16,7 @@ $(eval $(call GluonTarget,x86,geode))
|
||||
$(eval $(call GluonTarget,x86,64))
|
||||
|
||||
ifneq ($(GLUON_WLAN_MESH_11s)$(BROKEN),)
|
||||
$(eval $(call GluonTarget,ipq40xx))
|
||||
$(eval $(call GluonTarget,ipq40xx,generic))
|
||||
$(eval $(call GluonTarget,ramips,mt7620))
|
||||
$(eval $(call GluonTarget,ramips,mt76x8))
|
||||
$(eval $(call GluonTarget,ramips,rt305x))
|
||||
|
Loading…
Reference in New Issue
Block a user