From ee418b2a37c2e45bd35625157dbc1b59fcacf8c7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 8 Aug 2011 14:05:59 +0200 Subject: always enable some stuff by default, otherwise modules can't be loaded. --- target/linux/config/Config.in.debug | 2 +- target/linux/config/Config.in.fs | 4 ++++ target/linux/config/Config.in.netfilter | 2 +- target/x86/kernel.config | 7 ++++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 1ab7bba85..891a00c6e 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -36,7 +36,7 @@ config ADK_KERNEL_MAGIC_SYSRQ config ADK_KERNEL_DEBUG_FS prompt "Debug Filesystem" boolean - default n + default y help debugfs is a virtual file system that kernel developers use to put debugging files into. Enable this option to be able to read and diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index 4df34a2bc..1f039a28b 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -1,5 +1,9 @@ menu "Filesystems support" +config ADK_KERNEL_FSNOTIFY + boolean + default y + config ADK_KERNEL_EXPORTFS boolean diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter index 94f82ef64..f4b9610af 100644 --- a/target/linux/config/Config.in.netfilter +++ b/target/linux/config/Config.in.netfilter @@ -2,7 +2,7 @@ menu "Netfilter (Firewall/Filtering)" config ADK_KERNEL_NETFILTER bool - default n + default y config ADK_KERNEL_NETFILTER_ADVANCED bool diff --git a/target/x86/kernel.config b/target/x86/kernel.config index ffd78bba4..639656f5b 100644 --- a/target/x86/kernel.config +++ b/target/x86/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux/x86 2.6.39 Kernel Configuration -# Thu Jul 14 19:13:32 2011 +# Sun Aug 7 16:01:05 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -873,6 +873,11 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0 CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_SECURITY="" # CONFIG_CRYPTO is not set + +# +# OCF Configuration +# +# CONFIG_OCF_OCF is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set # CONFIG_BINARY_PRINTF is not set -- cgit v1.2.3