From: Andrey Konovalov Date: Tue, 28 May 2013 18:30:25 +0000 (+0400) Subject: ubuntu-minimal.conf: enable more options for OpenStack X-Git-Tag: firefly_0821_release~3680^2~164^2~11^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=335bbb44a631ffd958125cee58629b7cd276671f;p=firefly-linux-kernel-4.4.55.git ubuntu-minimal.conf: enable more options for OpenStack Signed-off-by: Andrey Konovalov --- diff --git a/linaro/configs/ubuntu-minimal.conf b/linaro/configs/ubuntu-minimal.conf index 330adcfd2678..cb77d3995eba 100644 --- a/linaro/configs/ubuntu-minimal.conf +++ b/linaro/configs/ubuntu-minimal.conf @@ -7,8 +7,13 @@ CONFIG_CC_STACKPROTECTOR=y CONFIG_SYN_COOKIES=y CONFIG_IPV6=y CONFIG_NETLABEL=y +CONFIG_NF_CONNTRACK=m +CONFIG_NF_CONNTRACK_IPV4=m +CONFIG_NF_NAT_IPV4=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_FILTER=m +CONFIG_NF_CONNTRACK_IPV6=m +CONFIG_NF_NAT_IPV6=m CONFIG_IP6_NF_IPTABLES=m CONFIG_IP6_NF_FILTER=m CONFIG_DEVTMPFS=y