1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Adding netfilter/iptables to the sheevaplug kernel.

svn path=/nixpkgs/trunk/; revision=27886
This commit is contained in:
Lluís Batlle i Rossell 2011-07-21 18:40:24 +00:00
parent 2758c07f1e
commit 9387a99a19

View file

@ -55,6 +55,12 @@ rec {
NFSD_V3 y
NFSD_V3_ACL y
NFSD_V4 y
NETFILTER y
IP_NF_IPTABLES y
IP_NF_FILTER y
IP_NF_MATCH_ADDRTYPE y
IP_NF_TARGET_LOG y
IP_NF_MANGLE y
# Fail to build
DRM n