diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/busybox.def.h b/busybox.def.h index 5187bc506..c5b7de900 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -181,9 +181,6 @@ | |||
181 | // Enable support for a real /etc/mtab file instead of /proc/mounts | 181 | // Enable support for a real /etc/mtab file instead of /proc/mounts |
182 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT | 182 | //#define BB_FEATURE_MOUNT_MTAB_SUPPORT |
183 | // | 183 | // |
184 | // Enable support for remounting filesystems | ||
185 | #define BB_FEATURE_REMOUNT | ||
186 | // | ||
187 | // Enable support for mounting remote NFS volumes | 184 | // Enable support for mounting remote NFS volumes |
188 | //#define BB_FEATURE_NFSMOUNT | 185 | //#define BB_FEATURE_NFSMOUNT |
189 | // | 186 | // |
@@ -236,12 +233,6 @@ | |||
236 | #endif | 233 | #endif |
237 | #endif | 234 | #endif |
238 | // | 235 | // |
239 | #ifdef BB_INIT | ||
240 | #ifndef BB_FEATURE_REMOUNT | ||
241 | #define BB_FEATURE_REMOUNT | ||
242 | #endif | ||
243 | #endif | ||
244 | // | ||
245 | #ifdef BB_FEATURE_LINUXRC | 236 | #ifdef BB_FEATURE_LINUXRC |
246 | #ifndef BB_INIT | 237 | #ifndef BB_INIT |
247 | #define BB_INIT | 238 | #define BB_INIT |