diff options
Diffstat (limited to 'scripts/randomtest')
-rwxr-xr-x | scripts/randomtest | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |