diff options
author | Rob Landley | 2005-09-05 17:52:47 +0000 |
---|---|---|
committer | Rob Landley | 2005-09-05 17:52:47 +0000 |
commit | ecce943e252b0eff6d3ed215e0c866260c6cf316 (patch) | |
tree | 732a68c3ec9f6380f21d00d154dc044df96aca64 | |
parent | f6acb660eaf5e1a6bfbcedb871d1f7d9ba4b8db4 (diff) | |
download | busybox-ecce943e252b0eff6d3ed215e0c866260c6cf316.zip busybox-ecce943e252b0eff6d3ed215e0c866260c6cf316.tar.gz |
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 8848a6c..d62cfb9 100644 --- a/sysdeps/linux/defconfig +++ b/sysdeps/linux/defconfig @@ -409,7 +409,6 @@ CONFIG_SWAPONOFF=y CONFIG_MOUNT=y # CONFIG_NFSMOUNT is not set CONFIG_UMOUNT=y -# CONFIG_FEATURE_MOUNT_FORCE is not set # # Common options for mount/umount |