diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -268,11 +268,14 @@ static const struct Applet applets[] = { | |||
268 | #ifdef BB_TTY //usr/bin | 268 | #ifdef BB_TTY //usr/bin |
269 | {"tty", tty_main}, | 269 | {"tty", tty_main}, |
270 | #endif | 270 | #endif |
271 | #ifdef BB_UMOUNT //bin | ||
272 | {"umount", umount_main}, | ||
273 | #endif | ||
271 | #ifdef BB_UNAME //bin | 274 | #ifdef BB_UNAME //bin |
272 | {"uname", uname_main}, | 275 | {"uname", uname_main}, |
273 | #endif | 276 | #endif |
274 | #ifdef BB_UMOUNT //bin | 277 | #ifdef BB_UPTIME //usr/bin |
275 | {"umount", umount_main}, | 278 | {"uptime", uptime_main}, |
276 | #endif | 279 | #endif |
277 | #ifdef BB_UNIQ //bin | 280 | #ifdef BB_UNIQ //bin |
278 | {"uniq", uniq_main}, | 281 | {"uniq", uniq_main}, |