diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/busybox.def.h b/busybox.def.h index 0321465..8345553 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -88,6 +88,12 @@ // // // +// Don't turn BB_UTILITY off. It contains support code +// that compiles to 0 if everything else if turned off. +#define BB_UTILITY +// +// +// // This is where feature definitions go. Generally speaking, // turning this stuff off makes things a bit smaller (and less // pretty/useful). @@ -113,10 +119,3 @@ //Enable init being called as /linuxrc #define BB_FEATURE_LINUXRC // -// -// -// Don't turn BB_UTILITY off. It contains support code -// that compiles to 0 if everything else if turned off. -#define BB_UTILITY -// -// |