[openwrt/openwrt] kernel: add symbol in generic config for 5.10.157
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 10 17:43:33 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f83a8329a33ee19060c9e28771434309ef55915d
commit f83a8329a33ee19060c9e28771434309ef55915d
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>
---
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 5010091ea9..722b7578f8 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2535,6 +2535,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