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 b82bcc5..306133b 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -18,6 +18,7 @@ #define BB_DD #define BB_DEALLOCVT #define BB_DF +#define BB_DIRNAME #define BB_DMESG //#define BB_DUTMP #define BB_DU @@ -84,6 +85,7 @@ // Don't turn BB_TELNET on. It doesn't work. #define BB_TELNET #define BB_TOUCH +#define BB_TR #define BB_TRUE_FALSE #define BB_TTY #define BB_UPTIME |