diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,9 @@ static const struct Applet applets[] = { | |||
138 | #ifdef BB_PING //bin | 138 | #ifdef BB_PING //bin |
139 | {"ping", ping_main}, | 139 | {"ping", ping_main}, |
140 | #endif | 140 | #endif |
141 | #ifdef BB_POWEROFF //sbin | ||
142 | {"poweroff", poweroff_main}, | ||
143 | #endif | ||
141 | #ifdef BB_PRINTF //usr/bin | 144 | #ifdef BB_PRINTF //usr/bin |
142 | {"printf", printf_main}, | 145 | {"printf", printf_main}, |
143 | #endif | 146 | #endif |