[PATCH] ipq40xx: 5.10: refresh config
Christian Lamparter
chunkeey at gmail.com
Thu Nov 4 08:15:23 PDT 2021
On 04/11/2021 12:53, Robert Marko wrote:
> It looks like CONFIG_BLK_CMDLINE_PARSER was forgotten during the Orbi
> device merge.
> So lets refresh the config with it.
Hmm, is it missing for 5.4 as well?! The generic 5.4 config doesn't
enable it either.
linux/generic/config-5.4:547:# CONFIG_BLK_CMDLINE_PARSER is not set
And Davide's PR just enables CONFIG_CMDLINE_PARTITION
<https://github.com/openwrt/openwrt/pull/3469/commits/ec55610f9e6dcec73612aa84b19271706b4cbfbf>
Does this mean that Davide Fioravanti PR never worked?
For the future:
|commit 2164877c7f373e14e55fca20b7c4a9c436fe4462
|Author: Christoph Hellwig <hch at lst.de>
|Date: Wed Jul 28 07:37:56 2021 +0200
|
| block: remove cmdline-parser.c
|
| cmdline-parser.c is only used by the cmdline faux partition format,
| so merge the code into that and avoid an indirect call.
|
| Signed-off-by: Christoph Hellwig <hch at lst.de>
| Link: https://lore.kernel.org/r/20210728053756.409654-1-hch@lst.de
| Signed-off-by: Jens Axboe <axboe at kernel.dk>
So, CONFIG_BLK_CMDLINE_PARSER will be gone with the 5.15 lts :)
>
> Signed-off-by: Robert Marko <robert.marko at sartura.hr>
> ---
> target/linux/ipq40xx/config-5.10 | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/target/linux/ipq40xx/config-5.10 b/target/linux/ipq40xx/config-5.10
> index 16baa99f4d..779c86fc95 100644
> --- a/target/linux/ipq40xx/config-5.10
> +++ b/target/linux/ipq40xx/config-5.10
> @@ -47,6 +47,7 @@ CONFIG_AT803X_PHY=y
> CONFIG_AUTO_ZRELADDR=y
> CONFIG_BCH=y
> CONFIG_BINFMT_FLAT_ARGVP_ENVP_ON_STACK=y
> +CONFIG_BLK_CMDLINE_PARSER=y
> CONFIG_BLK_DEV_LOOP=y
> CONFIG_BLK_MQ_PCI=y
> CONFIG_BOUNCE=y
>
More information about the openwrt-devel
mailing list