diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 67a606cc4..c050acc9c 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
@@ -45,6 +45,9 @@ static const struct Applet applets[] = { | |||
45 | #ifdef BB_DMESG //bin | 45 | #ifdef BB_DMESG //bin |
46 | {"dmesg", dmesg_main}, | 46 | {"dmesg", dmesg_main}, |
47 | #endif | 47 | #endif |
48 | #ifdef BB_DU //bin | ||
49 | {"du", du_main}, | ||
50 | #endif | ||
48 | #ifdef BB_DUTMP //usr/sbin | 51 | #ifdef BB_DUTMP //usr/sbin |
49 | {"dutmp", dutmp_main}, | 52 | {"dutmp", dutmp_main}, |
50 | #endif | 53 | #endif |