diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index 77ab4b5..bf8f545 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -28,6 +28,7 @@ #define BB_LN #define BB_LOADFONT #define BB_LOADKMAP +#define BB_LOGGER #define BB_LS //#define BB_MAKEDEVS //#define BB_MATH @@ -53,6 +54,7 @@ #define BB_SLEEP #define BB_SWAPONOFF #define BB_SYNC +#define BB_SYSLOGD #define BB_TAR #define BB_TOUCH #define BB_TRUE_FALSE |