diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-08 03:20:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-08 03:20:12 +0200 |
commit | 0568b6e45aa59c72815378134715232fd11d9100 (patch) | |
tree | 24fe920e122bb1c0e01bd854591e5b4180a088b1 /scripts/randomtest | |
parent | 334fcc8fd4fdad3c52ac0fb591771888325b5bcf (diff) | |
download | busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.tar.gz busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.tar.bz2 busybox-w32-0568b6e45aa59c72815378134715232fd11d9100.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 \ | |||
35 | | grep -v ^CONFIG_SELINUX= \ | 35 | | grep -v ^CONFIG_SELINUX= \ |
36 | | grep -v ^CONFIG_EFENCE= \ | 36 | | grep -v ^CONFIG_EFENCE= \ |
37 | | grep -v ^CONFIG_DMALLOC= \ | 37 | | grep -v ^CONFIG_DMALLOC= \ |
38 | | grep -v ^CONFIG_ACPID= \ | ||
39 | | grep -v ^CONFIG_FLASH_ERASEALL= \ | ||
40 | | grep -v ^CONFIG_FLASH_LOCK= \ | ||
41 | | grep -v ^CONFIG_FLASH_UNLOCK= \ | ||
38 | | cat >.config.new | 42 | | cat >.config.new |
39 | mv .config.new .config | 43 | mv .config.new .config |
40 | } | 44 | } |