From 576c69938bb38c7edfa23f220eb30cb5c1d0a726 Mon Sep 17 00:00:00 2001 From: Pawel Dembicki Date: Thu, 3 Jan 2019 16:08:51 +0000 Subject: mpc85xx: tl-wdr4900-v1: convert to mtdsplit image Currently, the image creation process for the TP-Link tl-wdr4900-v1 needs a fixed sized kernel and places the rootfs partition at a fixed offset. With the upcoming move to 4.19 the kernel will no longer fit into the existing allocated space for the kernel partition. This patch converts the device to utilize the established tplink,firmware mtdsplitter, which can deal with a dynamic kernel/rootfs size. Signed-off-by: Pawel Dembicki Signed-off-by: Christian Lamparter [reworded commit] --- target/linux/mpc85xx/generic/config-default | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/mpc85xx/generic/config-default') diff --git a/target/linux/mpc85xx/generic/config-default b/target/linux/mpc85xx/generic/config-default index 81bf934b33..1e5b257b45 100644 --- a/target/linux/mpc85xx/generic/config-default +++ b/target/linux/mpc85xx/generic/config-default @@ -1 +1,3 @@ +CONFIG_MTD_SPLIT_FIRMWARE=y +CONFIG_MTD_SPLIT_TPLINK_FW=y CONFIG_TL_WDR4900_V1=y -- cgit v1.2.3