New applet, rx, by Christopher Hoover

This commit is contained in:
Glenn L McGrath
2003-12-20 07:30:35 +00:00
parent a8d82fe52e
commit 8f3bc4ce52
5 changed files with 361 additions and 0 deletions

View File

@@ -502,6 +502,9 @@
#ifdef CONFIG_RUN_PARTS
APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts)
#endif
#ifdef CONFIG_RX
APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_SED
APPLET(sed, sed_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif