[openwrt/openwrt] kernel: add symbol in generic config for 5.15.81
LEDE Commits
lede-commits at lists.infradead.org
Sat Dec 10 17:42:58 PST 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/2b375b7db4eaf439e1b36dfac367d3a7f5677e71
commit 2b375b7db4eaf439e1b36dfac367d3a7f5677e71
Author: John Audia <therealgraysky at proton.me>
AuthorDate: Mon Dec 5 12:48:35 2022 -0500
kernel: add symbol in generic config for 5.15.81
Add CONFIG_INET_TABLE_PERTURB_ORDER=16 to generic config
Signed-off-by: John Audia <therealgraysky at proton.me>
---
target/linux/generic/config-5.15 | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 735b3d0588..b3541ab95b 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2636,6 +2636,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