kernel-config: Explicitly enable CONFIG_NETFILTER

This is needed by the NixOS firewall, but isn't enabled by the ARM
defconfig nor kernelAutoModules (as 'm' doesn't seem to be an option)
This commit is contained in:
Tuomas Tynkkynen 2015-09-20 20:05:06 +03:00 committed by Tuomas Tynkkynen
parent 2090aa4f65
commit 3ed0d7e2df

View File

@ -123,6 +123,7 @@ with stdenv.lib;
${optionalString (versionOlder version "3.13") ''
IPV6_PRIVACY y
''}
NETFILTER y
NETFILTER_ADVANCED y
IP_ROUTE_VERBOSE y
IP_MROUTE_MULTIPLE_TABLES y