diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 23:28:42 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-16 23:28:42 +0000 |
commit | b1d8e7db0fced98ba2cd049019f8820fd91a0482 (patch) | |
tree | f57502cb47f3036e742e34609a3f485197b3fd73 /scripts | |
parent | 25591c322c9305bd54d3ab80cfaf01ef87640d77 (diff) | |
download | busybox-w32-b1d8e7db0fced98ba2cd049019f8820fd91a0482.tar.gz busybox-w32-b1d8e7db0fced98ba2cd049019f8820fd91a0482.tar.bz2 busybox-w32-b1d8e7db0fced98ba2cd049019f8820fd91a0482.zip |
mount: make -f work even without mtab support
(Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com>)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 31a172c56..87bc6bd7e 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -478,6 +478,7 @@ CONFIG_MOUNT=y | |||
478 | # CONFIG_FEATURE_MOUNT_HELPERS is not set | 478 | # CONFIG_FEATURE_MOUNT_HELPERS is not set |
479 | CONFIG_FEATURE_MOUNT_NFS=y | 479 | CONFIG_FEATURE_MOUNT_NFS=y |
480 | CONFIG_FEATURE_MOUNT_CIFS=y | 480 | CONFIG_FEATURE_MOUNT_CIFS=y |
481 | CONFIG_FEATURE_MOUNT_FAKE=y | ||
481 | CONFIG_FEATURE_MOUNT_FLAGS=y | 482 | CONFIG_FEATURE_MOUNT_FLAGS=y |
482 | CONFIG_FEATURE_MOUNT_FSTAB=y | 483 | CONFIG_FEATURE_MOUNT_FSTAB=y |
483 | CONFIG_PIVOT_ROOT=y | 484 | CONFIG_PIVOT_ROOT=y |