From: Daniel Golle Date: Sat, 20 Apr 2024 01:59:31 +0000 (+0100) Subject: mediatek: fix sysupgrade config backup on Adtran SmartRG devices X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c82e106313fe7855381496e73dee2d189971d576;p=openwrt%2Fstaging%2Fansuel.git mediatek: fix sysupgrade config backup on Adtran SmartRG devices Add missing call to emmc_copy_config which either writes the sysupgrade tar.gz backup file or clears the existing rootfs_data overlay. Signed-off-by: Daniel Golle --- diff --git a/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh b/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh index 9b46111d33..5ccebb2565 100755 --- a/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh +++ b/target/linux/mediatek/filogic/base-files/lib/upgrade/platform.sh @@ -241,6 +241,10 @@ platform_copy_config() { glinet,gl-x3000|\ glinet,gl-xe3000|\ jdcloud,re-cp-03|\ + smartrg,sdg-8612|\ + smartrg,sdg-8614|\ + smartrg,sdg-8622|\ + smartrg,sdg-8632|\ ubnt,unifi-6-plus) emmc_copy_config ;;