From cc546946f128b37dd3123835bb75142245eeabf4 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Sat, 4 May 2019 21:58:24 +0200 Subject: [PATCH] Fix kernel compilation --- root/target/linux/generic/config-4.19 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/target/linux/generic/config-4.19 b/root/target/linux/generic/config-4.19 index 6b3d5183..b909721b 100644 --- a/root/target/linux/generic/config-4.19 +++ b/root/target/linux/generic/config-4.19 @@ -6099,4 +6099,4 @@ CONFIG_DEFAULT_SCHEDULER=y # CONFIG_DEFAULT_ROUNDROBIN is not set # CONFIG_DEFAULT_BLEST is not set # CONFIG_DEFAULT_REDUNDANT is not set -NF_CONNTRACK_CUSTOM=2 \ No newline at end of file +CONFIG_NF_CONNTRACK_CUSTOM=2 \ No newline at end of file