diff options
author | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2020-07-07 17:40:47 -0400 |
---|---|---|
committer | Joonas Kylmälä <joonas.kylmala@iki.fi> | 2020-07-07 17:40:47 -0400 |
commit | 964b1175dd0e34b966d37f49165a3ec152a74e2f (patch) | |
tree | 35d35e8e28234992703b426ee7be732f8e993ef5 | |
parent | afaa786b1b38c5106621114a7d42c3e7d16be31a (diff) | |
download | kernel_replicant_linux-history/replicant-10/5.8.rc2.tar.gz kernel_replicant_linux-history/replicant-10/5.8.rc2.tar.bz2 kernel_replicant_linux-history/replicant-10/5.8.rc2.zip |
replicant_defconfig: Enable quota2 netfilter modulehistory/replicant-10/5.8.rc2
Without this in logcat we will get the following error message:
"IptablesRestoreController: iptables-restore process 258 terminated status=256"
Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r-- | arch/arm/configs/replicant_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/replicant_defconfig b/arch/arm/configs/replicant_defconfig index 074c01acaec8..e8cd3568fa10 100644 --- a/arch/arm/configs/replicant_defconfig +++ b/arch/arm/configs/replicant_defconfig @@ -141,6 +141,8 @@ CONFIG_NETFILTER_XT_MATCH_OWNER=y CONFIG_NETFILTER_XT_MATCH_POLICY=y CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y CONFIG_NETFILTER_XT_MATCH_QUOTA=y +CONFIG_NETFILTER_XT_MATCH_QUOTA2=y +CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG=y CONFIG_NETFILTER_XT_MATCH_SOCKET=y CONFIG_NETFILTER_XT_MATCH_STATE=y CONFIG_NETFILTER_XT_MATCH_STATISTIC=y |