ipq40xx: fix DAP-2610 boot failure
authorPetr Štetiar <[email protected]>
Tue, 31 Mar 2020 14:03:55 +0000 (16:03 +0200)
committerPetr Štetiar <[email protected]>
Tue, 31 Mar 2020 14:20:47 +0000 (16:20 +0200)
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 <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
target/linux/ipq40xx/config-5.4

index 86fabe60100429090723563f4d5bc739cae517c5..ba9ac7ddc406ae0e5dbb4c2e36890e0319434bd7 100644 (file)
@@ -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