[openwrt/openwrt] kernel: add symbol in generic config for 5.10.157

LEDE Commits lede-commits at lists.infradead.org
Thu Dec 15 11:12:14 PST 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/ee2341cac6e83d97b45147cd19c078b885d96429

commit ee2341cac6e83d97b45147cd19c078b885d96429
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Wed Dec 7 04:02:49 2022 -0500

    kernel: add symbol in generic config for 5.10.157
    
    Add CONFIG_INET_TABLE_PERTURB_ORDER=16 to generic config
    
    Signed-off-by: John Audia <therealgraysky at proton.me>
    (cherry picked from commit f83a8329a33ee19060c9e28771434309ef55915d)
---
 target/linux/generic/config-5.10 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 5a4f99f5a6..efc0861f1c 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2532,6 +2532,7 @@ CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
 # CONFIG_INA2XX_ADC is not set
 # CONFIG_INDIRECT_PIO is not set
 CONFIG_INET=y
+CONFIG_INET_TABLE_PERTURB_ORDER=16
 # CONFIG_INET6_AH is not set
 # CONFIG_INET6_ESP is not set
 # CONFIG_INET6_ESPINTCP is not set




More information about the lede-commits mailing list