Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>

This commit is contained in:
Eric Andersen
2001-10-31 10:24:36 +00:00
parent 2bc4dec7a1
commit 6cf47a79ac
8 changed files with 58 additions and 2 deletions

View File

@ -365,6 +365,9 @@
#ifdef CONFIG_RPM2CPIO
APPLET(rpm2cpio, rpm2cpio_main, _BB_DIR_USR_BIN)
#endif
#ifdef CONFIG_RUN_PARTS
APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, run_parts)
#endif
#ifdef CONFIG_SED
APPLET(sed, sed_main, _BB_DIR_BIN)
#endif