From 029582a404d8508dcced7ed5c4acbbd3d2de43bc Mon Sep 17 00:00:00 2001 From: Tom Herbers Date: Mon, 12 Sep 2022 08:10:06 +0200 Subject: [PATCH] ath79-nand: fix upgrade from 19.07 for GL-AR300M Support for the device was (re)added in #2455 (merged as 94e04393b19e843cfe595558839ae0aced075127) (cherry picked from commit cd37fe5d60543a0af296f64880ca7047c681a82a) --- targets/ath79-nand | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targets/ath79-nand b/targets/ath79-nand index 11a150d9..fff1eea8 100644 --- a/targets/ath79-nand +++ b/targets/ath79-nand @@ -11,6 +11,9 @@ local ATH10K_PACKAGES_QCA9887 = { device('gl.inet-gl-ar300m-nor', 'glinet_gl-ar300m-nor', { factory = false, + manifest_aliases = { + 'gl.inet-gl-ar300m', -- Upgrade from OpenWrt 19.07 + }, }) device('gl.inet-gl-ar750s-nor', 'glinet_gl-ar750s-nor', {