diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/applets.h b/include/applets.h index 2ee816465..cd5065103 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -169,9 +169,6 @@ | |||
169 | #ifdef CONFIG_DUMPLEASES | 169 | #ifdef CONFIG_DUMPLEASES |
170 | APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 170 | APPLET(dumpleases, dumpleases_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
171 | #endif | 171 | #endif |
172 | #ifdef CONFIG_DUTMP | ||
173 | APPLET(dutmp, dutmp_main, _BB_DIR_USR_SBIN, _BB_SUID_NEVER) | ||
174 | #endif | ||
175 | #ifdef CONFIG_ECHO | 172 | #ifdef CONFIG_ECHO |
176 | APPLET(echo, echo_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 173 | APPLET(echo, echo_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
177 | #endif | 174 | #endif |
@@ -316,6 +313,9 @@ | |||
316 | #ifdef CONFIG_LASH | 313 | #ifdef CONFIG_LASH |
317 | APPLET(lash, lash_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 314 | APPLET(lash, lash_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
318 | #endif | 315 | #endif |
316 | #ifdef CONFIG_LAST | ||
317 | APPLET(last, last_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
318 | #endif | ||
319 | #ifdef CONFIG_LENGTH | 319 | #ifdef CONFIG_LENGTH |
320 | APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | 320 | APPLET(length, length_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) |
321 | #endif | 321 | #endif |