summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-08 14:05:59 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-08 14:05:59 +0200
commitee418b2a37c2e45bd35625157dbc1b59fcacf8c7 (patch)
tree048947cbb0817a92ec2b5b63c36096fe59aee789 /target
parenteb29fa817ca09f20c21ce0e1ab68e1af6734d04d (diff)
always enable some stuff by default, otherwise modules can't be loaded.
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.debug2
-rw-r--r--target/linux/config/Config.in.fs4
-rw-r--r--target/linux/config/Config.in.netfilter2
-rw-r--r--target/x86/kernel.config7
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