From 1f115adf17dfe2f4e653af922a90c3cf75bd942f Mon Sep 17 00:00:00 2001 From: David Bauer Date: Fri, 6 Nov 2020 11:12:42 +0100 Subject: [PATCH] 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. --- targets/ramips-mt7620 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/ramips-mt7620 b/targets/ramips-mt7620 index 9adf27ee..9b59abb0 100644 --- a/targets/ramips-mt7620 +++ b/targets/ramips-mt7620 @@ -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', })