diff options
author | Rob Landley <rob@landley.net> | 2005-09-05 17:52:47 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-05 17:52:47 +0000 |
commit | ecce943e252b0eff6d3ed215e0c866260c6cf316 (patch) | |
tree | 732a68c3ec9f6380f21d00d154dc044df96aca64 | |
parent | f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4 (diff) | |
download | busybox-w32-ecce943e252b0eff6d3ed215e0c866260c6cf316.tar.gz busybox-w32-ecce943e252b0eff6d3ed215e0c866260c6cf316.tar.bz2 busybox-w32-ecce943e252b0eff6d3ed215e0c866260c6cf316.zip |
Bernhard Fischer pointed out that CONFIG_FEATURE_MOUNT_FORCE no longer exists.
-rw-r--r-- | sysdeps/linux/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/linux/defconfig b/sysdeps/linux/defconfig index 8848a6c37..d62cfb903 100644 --- a/sysdeps/linux/defconfig +++ b/sysdeps/linux/defconfig | |||
@@ -409,7 +409,6 @@ CONFIG_SWAPONOFF=y | |||
409 | CONFIG_MOUNT=y | 409 | CONFIG_MOUNT=y |
410 | # CONFIG_NFSMOUNT is not set | 410 | # CONFIG_NFSMOUNT is not set |
411 | CONFIG_UMOUNT=y | 411 | CONFIG_UMOUNT=y |
412 | # CONFIG_FEATURE_MOUNT_FORCE is not set | ||
413 | 412 | ||
414 | # | 413 | # |
415 | # Common options for mount/umount | 414 | # Common options for mount/umount |