[openwrt/openwrt] layerscape: fix config restore for FRWY-LS1046A
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 25 04:58:54 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3f97a04e6c92ddd46f86cc202fd0f0f0857692d1
commit 3f97a04e6c92ddd46f86cc202fd0f0f0857692d1
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Tue Jul 20 09:47:59 2021 +0200
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 <ms at dev.tdt.de>
---
target/linux/layerscape/base-files/lib/preinit/79_move_config | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list