diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 13:45:01 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-19 13:45:01 +0200 |
commit | 8e5d83b6c1d91e4e61d340656338597ab1dea3f9 (patch) | |
tree | 7c086b069bd4325adf2a9759408eda9f540373e9 /scripts | |
parent | beca96ffa7b19ceb8439a678743c8ee35bb60509 (diff) | |
download | busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.tar.gz busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.tar.bz2 busybox-w32-8e5d83b6c1d91e4e61d340656338597ab1dea3f9.zip |
mkswap: remove configuration for v0 support
mkswap hasn't had v0 support since commit
d893b120bae5a9bdef4cfda2df5e62867d6b1cd0; it doesn't seem to make sense
to offer it for configuration.
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 078b8641b..f8b7eac6b 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -502,7 +502,6 @@ CONFIG_FEATURE_MDEV_RENAME_REGEXP=y | |||
502 | CONFIG_FEATURE_MDEV_EXEC=y | 502 | CONFIG_FEATURE_MDEV_EXEC=y |
503 | CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y | 503 | CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y |
504 | CONFIG_MKSWAP=y | 504 | CONFIG_MKSWAP=y |
505 | CONFIG_FEATURE_MKSWAP_V0=y | ||
506 | CONFIG_MORE=y | 505 | CONFIG_MORE=y |
507 | CONFIG_FEATURE_USE_TERMIOS=y | 506 | CONFIG_FEATURE_USE_TERMIOS=y |
508 | CONFIG_VOLUMEID=y | 507 | CONFIG_VOLUMEID=y |