summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index effbb5233..b0536ac01 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -365,6 +365,9 @@
365#ifdef CONFIG_RPM2CPIO 365#ifdef CONFIG_RPM2CPIO
366 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN) 366 APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
367#endif 367#endif
368#ifdef CONFIG_RUN_PARTS
369 APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, run_parts)
370#endif
368#ifdef CONFIG_SED 371#ifdef CONFIG_SED
369 APPLET(sed, sed_main, _BB_DIR_BIN) 372 APPLET(sed, sed_main, _BB_DIR_BIN)
370#endif 373#endif