aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h9
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 @@
// Enable support for a real /etc/mtab file instead of /proc/mounts
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
//
-// Enable support for remounting filesystems
-#define BB_FEATURE_REMOUNT
-//
// Enable support for mounting remote NFS volumes
//#define BB_FEATURE_NFSMOUNT
//
@@ -236,12 +233,6 @@
#endif
#endif
//
-#ifdef BB_INIT
-#ifndef BB_FEATURE_REMOUNT
-#define BB_FEATURE_REMOUNT
-#endif
-#endif
-//
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT
#define BB_INIT