diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-16 23:05:59 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-16 23:05:59 +0000 |
commit | 184f4ff4328c44a79ed3bd9973290f7fc6271b7c (patch) | |
tree | 9fa5ba644af9d40382883641f490a6bea882acd2 /scripts | |
parent | 3161b6119969dcd0a01e26ea94ec203deda2d519 (diff) | |
download | busybox-184f4ff4328c44a79ed3bd9973290f7fc6271b7c.tar.gz |
disable FLASH_ERASEALL in defconfig
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index a3ab58878..a863ecad5 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -579,7 +579,7 @@ CONFIG_DEVMEM=y CONFIG_EJECT=y CONFIG_FEATURE_EJECT_SCSI=y CONFIG_FBSPLASH=y -CONFIG_FLASH_ERASEALL=y +# CONFIG_FLASH_ERASEALL is not set CONFIG_IONICE=y # CONFIG_INOTIFYD is not set CONFIG_LAST=y |