Browse Source

always enable some stuff by default, otherwise modules can't be loaded.

Waldemar Brodkorb 14 years ago
parent
commit
ee418b2a37

+ 1 - 1
target/linux/config/Config.in.debug

@@ -36,7 +36,7 @@ config ADK_KERNEL_MAGIC_SYSRQ
 config ADK_KERNEL_DEBUG_FS
 config ADK_KERNEL_DEBUG_FS
 	prompt "Debug Filesystem"
 	prompt "Debug Filesystem"
 	boolean
 	boolean
-	default n
+	default y
 	help
 	help
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugfs is a virtual file system that kernel developers use to put
 	  debugging files into.  Enable this option to be able to read and
 	  debugging files into.  Enable this option to be able to read and

+ 4 - 0
target/linux/config/Config.in.fs

@@ -1,5 +1,9 @@
 menu "Filesystems support"
 menu "Filesystems support"
 
 
+config ADK_KERNEL_FSNOTIFY
+	boolean
+	default y
+
 config ADK_KERNEL_EXPORTFS
 config ADK_KERNEL_EXPORTFS
 	boolean
 	boolean
 
 

+ 1 - 1
target/linux/config/Config.in.netfilter

@@ -2,7 +2,7 @@ menu "Netfilter (Firewall/Filtering)"
 
 
 config ADK_KERNEL_NETFILTER
 config ADK_KERNEL_NETFILTER
 	bool
 	bool
-	default n
+	default y
 
 
 config ADK_KERNEL_NETFILTER_ADVANCED
 config ADK_KERNEL_NETFILTER_ADVANCED
 	bool
 	bool

+ 6 - 1
target/x86/kernel.config

@@ -1,7 +1,7 @@
 #
 #
 # Automatically generated make config: don't edit
 # Automatically generated make config: don't edit
 # Linux/x86 2.6.39 Kernel Configuration
 # 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_64BIT is not set
 CONFIG_X86_32=y
 CONFIG_X86_32=y
@@ -873,6 +873,11 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY_DAC=y
 CONFIG_DEFAULT_SECURITY=""
 CONFIG_DEFAULT_SECURITY=""
 # CONFIG_CRYPTO is not set
 # CONFIG_CRYPTO is not set
+
+#
+# OCF Configuration
+#
+# CONFIG_OCF_OCF is not set
 CONFIG_HAVE_KVM=y
 CONFIG_HAVE_KVM=y
 # CONFIG_VIRTUALIZATION is not set
 # CONFIG_VIRTUALIZATION is not set
 # CONFIG_BINARY_PRINTF is not set
 # CONFIG_BINARY_PRINTF is not set