commit | 0568b6e45aa59c72815378134715232fd11d9100 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Aug 08 03:20:12 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Aug 08 03:20:12 2009 +0200 |
tree | 24fe920e122bb1c0e01bd854591e5b4180a088b1 | |
parent | 334fcc8fd4fdad3c52ac0fb591771888325b5bcf [diff] [blame] |
randomconfig fixes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/scripts/randomtest b/scripts/randomtest index eebf1c5..bd5ef4b 100755 --- a/scripts/randomtest +++ b/scripts/randomtest
@@ -35,6 +35,10 @@ | 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 }