From: Martin Schiller Date: Tue, 20 Jul 2021 07:47:59 +0000 (+0200) Subject: layerscape: fix config restore for FRWY-LS1046A X-Git-Tag: v22.03.0-rc1~2099 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3f97a04e6c92ddd46f86cc202fd0f0f0857692d1 layerscape: fix config restore for FRWY-LS1046A commit 2c2d77bd3bd4 ("layerscape: add FRWY-LS1046A board support") missed to add an entry to the 79_move_config preinit script. Therefore, the config transfer on sysupgrade wass broken for this device. Signed-off-by: Martin Schiller --- diff --git a/target/linux/layerscape/base-files/lib/preinit/79_move_config b/target/linux/layerscape/base-files/lib/preinit/79_move_config index d691fa99f1..901a289b66 100644 --- a/target/linux/layerscape/base-files/lib/preinit/79_move_config +++ b/target/linux/layerscape/base-files/lib/preinit/79_move_config @@ -11,6 +11,7 @@ move_config() { fsl,ls1021a-iot-sdboot | \ fsl,ls1021a-twr-sdboot | \ fsl,ls1043a-rdb-sdboot | \ + fsl,ls1046a-frwy-sdboot | \ fsl,ls1046a-rdb-sdboot | \ fsl,ls1088a-rdb-sdboot) if [ -b $BOOTPART ]; then