ar71xx-nand: add support for Aerohive HiveAP 121
This commit is contained in:
parent
3f071ad439
commit
d8479d1b38
@ -47,6 +47,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('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
|
||||
table.insert(try_files, 1, '/sys/class/net/eth0/address')
|
||||
|
@ -3,6 +3,11 @@ config 'CONFIG_GLUON_SPECIALIZE_KERNEL=y'
|
||||
factory -ubi-factory .img
|
||||
sysupgrade -squashfs-sysupgrade .tar
|
||||
|
||||
# Aerohive
|
||||
|
||||
device aerohive-hiveap-121 hiveap-121
|
||||
factory -squashfs-factory .bin
|
||||
|
||||
# Netgear
|
||||
|
||||
device netgear-wndr3700v4 wndr3700v4 WNDR3700V4
|
||||
|
Loading…
Reference in New Issue
Block a user