diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2019-01-03 16:08:51 +0000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-01-05 21:59:52 +0100 |
commit | 576c69938bb38c7edfa23f220eb30cb5c1d0a726 (patch) | |
tree | 17bdfb29c5bcdeae6cf4720921c338fc6e2f5a80 /target/linux/mpc85xx/generic | |
parent | c8115167f946be85f812f3c94d6294b67ac8944c (diff) | |
download | upstream-576c69938bb38c7edfa23f220eb30cb5c1d0a726.tar.gz upstream-576c69938bb38c7edfa23f220eb30cb5c1d0a726.tar.bz2 upstream-576c69938bb38c7edfa23f220eb30cb5c1d0a726.zip |
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 <paweldembicki@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
Diffstat (limited to 'target/linux/mpc85xx/generic')
-rw-r--r-- | target/linux/mpc85xx/generic/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
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 |