aboutsummaryrefslogtreecommitdiff
path: root/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'applets.h')
-rw-r--r--applets.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/applets.h b/applets.h
index f21a49076..a747b8619 100644
--- a/applets.h
+++ b/applets.h
@@ -262,6 +262,9 @@ const struct BB_applet applets[] = {
262#ifdef BB_RMMOD 262#ifdef BB_RMMOD
263 {"rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage}, 263 {"rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage},
264#endif 264#endif
265#ifdef BB_RPMUNPACK
266 {"rpmunpack", rpmunpack_main, _BB_DIR_USR_BIN, rpmunpack_usage},
267#endif
265#ifdef BB_SED 268#ifdef BB_SED
266 {"sed", sed_main, _BB_DIR_BIN, sed_usage}, 269 {"sed", sed_main, _BB_DIR_BIN, sed_usage},
267#endif 270#endif
@@ -328,9 +331,6 @@ const struct BB_applet applets[] = {
328#ifdef BB_UNIX2DOS 331#ifdef BB_UNIX2DOS
329 {"unix2dos", unix2dos_main, _BB_DIR_USR_BIN, unix2dos_usage}, 332 {"unix2dos", unix2dos_main, _BB_DIR_USR_BIN, unix2dos_usage},
330#endif 333#endif
331#ifdef BB_UNRPM
332 {"unrpm", unrpm_main, _BB_DIR_USR_BIN, unrpm_usage},
333#endif
334#ifdef BB_UPDATE 334#ifdef BB_UPDATE
335 {"update", update_main, _BB_DIR_SBIN, update_usage}, 335 {"update", update_main, _BB_DIR_SBIN, update_usage},
336#endif 336#endif