diff options
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h index 0d310bdc3..6760fc5a1 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -269,6 +269,9 @@ | |||
269 | #ifdef CONFIG_LOGREAD | 269 | #ifdef CONFIG_LOGREAD |
270 | APPLET(logread, logread_main, _BB_DIR_SBIN) | 270 | APPLET(logread, logread_main, _BB_DIR_SBIN) |
271 | #endif | 271 | #endif |
272 | #ifdef CONFIG_LOSETUP | ||
273 | APPLET(losetup, losetup_main, _BB_DIR_SBIN) | ||
274 | #endif | ||
272 | #ifdef CONFIG_LS | 275 | #ifdef CONFIG_LS |
273 | APPLET(ls, ls_main, _BB_DIR_BIN) | 276 | APPLET(ls, ls_main, _BB_DIR_BIN) |
274 | #endif | 277 | #endif |