From 0568b6e45aa59c72815378134715232fd11d9100 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 8 Aug 2009 03:20:12 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- scripts/randomtest | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/randomtest b/scripts/randomtest index eebf1c524..bd5ef4bfe 100755 --- a/scripts/randomtest +++ b/scripts/randomtest @@ -35,6 +35,10 @@ cat .config \ | grep -v ^CONFIG_SELINUX= \ | grep -v ^CONFIG_EFENCE= \ | grep -v ^CONFIG_DMALLOC= \ +| grep -v ^CONFIG_ACPID= \ +| grep -v ^CONFIG_FLASH_ERASEALL= \ +| grep -v ^CONFIG_FLASH_LOCK= \ +| grep -v ^CONFIG_FLASH_UNLOCK= \ | cat >.config.new mv .config.new .config } -- cgit v1.2.3