diff options
author | Erik Andersen | 2000-04-21 21:53:58 +0000 |
---|---|---|
committer | Erik Andersen | 2000-04-21 21:53:58 +0000 |
commit | e90f4045afbcdcae81c417fffa635b3a5ab9166b (patch) | |
tree | 0f515205daab08e90ee59594b76a8964551e7459 /busybox.def.h | |
parent | 1d1d95051a288b6bf64498aac9fb20047f384b7d (diff) | |
download | busybox-e90f4045afbcdcae81c417fffa635b3a5ab9166b.zip busybox-e90f4045afbcdcae81c417fffa635b3a5ab9166b.tar.gz |
Some more updates and such...
-Erik
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 |