From d2be2bd2fc1c6e5dcdf8fc845a88e02423a0574b Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Tue, 19 Jan 2010 21:02:56 +0100
Subject: enable watchdog driver and busybox userland

does not work yet on alix1c.
---
 target/linux/config/Config.in.fs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'target/linux')

diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index f075c4749..3721c7584 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -235,7 +235,7 @@ config ADK_KPACKAGE_KMOD_UDF_FS
 config ADK_KERNEL_INOTIFY
 	prompt "inotify........................... Inotify file change notification support"
 	boolean
-	default y
+	default n
 	help
 	  Say Y here to enable inotify support.  Inotify is a file change
 	  notification system and a replacement for dnotify.  Inotify fixes
@@ -247,7 +247,7 @@ config ADK_KERNEL_INOTIFY_USER
 	prompt "inotify-user...................... Inotify support for userspace"
 	boolean
 	depends on ADK_KERNEL_INOTIFY
-	default y
+	default n
 	help
 	  Say Y here to enable inotify support for userspace, including the
 	  associated system calls.  Inotify allows monitoring of both files and
-- 
cgit v1.2.3