Skip to content

Commit

Permalink
Config.vr9.7360_05.51:
Browse files Browse the repository at this point in the history
 * fix Kconfig inconsistencies - CONFIG_NF_CONNTRACK_IPV4 and CONFIG_NF_DEFRAG_IPV4 can only be compiled in if CONFIG_NF_CONNTRACK is compiled in, i.e. {{{CONFIG_NF_CONNTRACK=y}}} (it's however  {{{CONFIG_NF_CONNTRACK=m}}} at the moment)
 * refs #2224


git-svn-id: file:///var/svn/freetz/trunk@11809 149334a1-2f27-0410-a3b9-fc62619ac1e6
  • Loading branch information
er13 committed Feb 26, 2014
1 parent 22e8c37 commit 9370dca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions make/linux/Config.vr9.7360_05.51
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32.41
# Sun Jan 12 21:18:58 2014
# Wed Feb 26 20:14:00 2014
#
CONFIG_MIPS=y

Expand Down Expand Up @@ -586,8 +586,8 @@ CONFIG_NETFILTER_XT_MATCH_U32=m
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
Expand Down

0 comments on commit 9370dca

Please sign in to comment.