diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 786b1a5..77ee5b0 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -231,6 +231,12 @@ #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 |