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 8a20758f9..1119a9ea6 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -502,6 +502,9 @@ | |||
502 | #ifdef CONFIG_RUN_PARTS | 502 | #ifdef CONFIG_RUN_PARTS |
503 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) | 503 | APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) |
504 | #endif | 504 | #endif |
505 | #ifdef CONFIG_RX | ||
506 | APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) | ||
507 | #endif | ||
505 | #ifdef CONFIG_SED | 508 | #ifdef CONFIG_SED |
506 | APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) | 509 | APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER) |
507 | #endif | 510 | #endif |