[openwrt/openwrt] ipq40xx: 5.10: refresh config

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 6 15:41:24 PDT 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/605d2809141484c062d76df539d064cd99073c0d

commit 605d2809141484c062d76df539d064cd99073c0d
Author: Robert Marko <robert.marko at sartura.hr>
AuthorDate: Thu Nov 4 12:53:24 2021 +0100

    ipq40xx: 5.10: refresh config
    
    It looks like CONFIG_BLK_CMDLINE_PARSER was forgotten during the Orbi
    device merge.
    So lets refresh the config with it.
    
    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 lede-commits mailing list