From: Petr Štetiar Date: Tue, 31 Mar 2020 14:03:55 +0000 (+0200) Subject: ipq40xx: fix DAP-2610 boot failure X-Git-Tag: v21.02.0-rc1~3263 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5562c5add2faa5d407c308a98517b2b5cc6d84da;p=openwrt%2Fstaging%2Fchunkeey.git ipq40xx: fix DAP-2610 boot failure Albert has reported, that his DAP-2610 wont boot with the latest snapshot and Fredrik has found out, that the device gets stuck at "Waiting for root device ..." due to missing 5.4 kernel config symbol CONFIG_MTD_SPLIT_WRGG_FW which was probably lost during the kernel version bump. Ref: https://forum.openwrt.org/t/dap-2610-bricked-help-needed Fixes: 272e0a702a2b ("ipq40xx: add v5.4 support") Suggested-by: Fredrik Olofsson Signed-off-by: Petr Štetiar --- diff --git a/target/linux/ipq40xx/config-5.4 b/target/linux/ipq40xx/config-5.4 index 86fabe6010..ba9ac7ddc4 100644 --- a/target/linux/ipq40xx/config-5.4 +++ b/target/linux/ipq40xx/config-5.4 @@ -344,6 +344,7 @@ CONFIG_MTD_SPI_NAND=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y +CONFIG_MTD_SPLIT_WRGG_FW=y CONFIG_MTD_UBI=y CONFIG_MTD_UBI_BEB_LIMIT=20 CONFIG_MTD_UBI_BLOCK=y