aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/config-5.4
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-03-31 16:03:55 +0200
committerPetr Štetiar <ynezz@true.cz>2020-03-31 16:20:47 +0200
commit5562c5add2faa5d407c308a98517b2b5cc6d84da (patch)
treef2564033fd5ff1d004c9fcc5cb78bccd79bc22ea /target/linux/ipq40xx/config-5.4
parent533b130adcc109ff257bfc4447cade2358c1eb7c (diff)
downloadupstream-5562c5add2faa5d407c308a98517b2b5cc6d84da.tar.gz
upstream-5562c5add2faa5d407c308a98517b2b5cc6d84da.tar.bz2
upstream-5562c5add2faa5d407c308a98517b2b5cc6d84da.zip
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 <fredrik.olofsson@anyfinetworks.com> Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ipq40xx/config-5.4')
-rw-r--r--target/linux/ipq40xx/config-5.41
1 files changed, 1 insertions, 0 deletions
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