diff options
Diffstat (limited to 'applets')
| -rw-r--r-- | applets/busybox.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/applets/busybox.c b/applets/busybox.c index 4a6f928e0..ca767584a 100644 --- a/applets/busybox.c +++ b/applets/busybox.c | |||
| @@ -248,12 +248,15 @@ static const struct Applet applets[] = { | |||
| 248 | #ifdef BB_SED | 248 | #ifdef BB_SED |
| 249 | {"sed", sed_main, _BB_DIR_BIN}, | 249 | {"sed", sed_main, _BB_DIR_BIN}, |
| 250 | #endif | 250 | #endif |
| 251 | #ifdef BB_SH | 251 | #ifdef BB_SETKEYCODES |
| 252 | {"sh", shell_main, _BB_DIR_BIN}, | 252 | {"setkeycodes", setkeycodes_main, _BB_DIR_USR_BIN}, |
| 253 | #endif | 253 | #endif |
| 254 | #ifdef BB_SFDISK | 254 | #ifdef BB_SFDISK |
| 255 | {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, | 255 | {"sfdisk", sfdisk_main, _BB_DIR_SBIN}, |
| 256 | #endif | 256 | #endif |
| 257 | #ifdef BB_SH | ||
| 258 | {"sh", shell_main, _BB_DIR_BIN}, | ||
| 259 | #endif | ||
| 257 | #ifdef BB_SLEEP | 260 | #ifdef BB_SLEEP |
| 258 | {"sleep", sleep_main, _BB_DIR_BIN}, | 261 | {"sleep", sleep_main, _BB_DIR_BIN}, |
| 259 | #endif | 262 | #endif |
