aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-28 20:37:03 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-10-28 20:37:03 +0000
commit62d7acc97efe6a4c3307918c51efee7acb0e9c30 (patch)
treeb0a5ae0270677ce2bbe0a62dbd514b3245fb88da /include/applets.h
parent4922f2a06f7e3212f4b5d1bb9329fdc1b1c18252 (diff)
downloadbusybox-w32-62d7acc97efe6a4c3307918c51efee7acb0e9c30.tar.gz
busybox-w32-62d7acc97efe6a4c3307918c51efee7acb0e9c30.tar.bz2
busybox-w32-62d7acc97efe6a4c3307918c51efee7acb0e9c30.zip
- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch.
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 2b2c45d67..ec3a892d0 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -565,6 +565,9 @@
565#ifdef CONFIG_RUN_PARTS 565#ifdef CONFIG_RUN_PARTS
566 APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts) 566 APPLET_ODDNAME("run-parts", run_parts_main, _BB_DIR_BIN, _BB_SUID_NEVER, run_parts)
567#endif 567#endif
568#if BB_APPLET_RUNLEVEL
569 APPLET(runlevel, runlevel_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
570#endif
568#ifdef CONFIG_RX 571#ifdef CONFIG_RX
569 APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 572 APPLET(rx, rx_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
570#endif 573#endif