From 6cf47a79acfef8dbe4e651560f59200978b656b1 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 10:24:36 +0000 Subject: Run parts applet by Emanuele Aina --- include/applets.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/applets.h') 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 @@ #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 -- cgit v1.2.3