diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 9742241..4c74910 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -230,6 +230,11 @@ //#define BB_FEATURE_INSMOD_VERSION_CHECKING // // +// Enable busybox --install [-s] +// to create links (or symlinks) for all the commands that are +// compiled into the binary. +#define BB_FEATURE_INSTALLER +// // End of Features List // // |