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 b82bcc5f1..306133ba8 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -18,6 +18,7 @@ | |||
18 | #define BB_DD | 18 | #define BB_DD |
19 | #define BB_DEALLOCVT | 19 | #define BB_DEALLOCVT |
20 | #define BB_DF | 20 | #define BB_DF |
21 | #define BB_DIRNAME | ||
21 | #define BB_DMESG | 22 | #define BB_DMESG |
22 | //#define BB_DUTMP | 23 | //#define BB_DUTMP |
23 | #define BB_DU | 24 | #define BB_DU |
@@ -84,6 +85,7 @@ | |||
84 | // Don't turn BB_TELNET on. It doesn't work. | 85 | // Don't turn BB_TELNET on. It doesn't work. |
85 | #define BB_TELNET | 86 | #define BB_TELNET |
86 | #define BB_TOUCH | 87 | #define BB_TOUCH |
88 | #define BB_TR | ||
87 | #define BB_TRUE_FALSE | 89 | #define BB_TRUE_FALSE |
88 | #define BB_TTY | 90 | #define BB_TTY |
89 | #define BB_UPTIME | 91 | #define BB_UPTIME |