ramips-mt7620: use manifest alias for EX3700/EX3800 (#2144)

Use a manifest alias for the autoupdater image string of the Netgear
EX3700 / EX3800. This way, no unnecessary symlink is created and the
autoupdater functionality is preserved.
This commit is contained in:
David Bauer 2020-11-06 11:12:42 +01:00 committed by GitHub
parent 2e8febfd04
commit 1f115adf17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,8 @@ device('gl-mt750', 'gl-mt750', {
device('netgear-ex3700', 'ex3700-ex3800', {
aliases = {
'netgear-ex3800',
'netgear-ex3700-ex3800',
},
manifest_aliases = {'netgear-ex3700-ex3800'},
factory_ext = '.chk',
})