summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 08:11:27 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 08:11:27 +0000
commitec455953008d08f588fe0c0bd9df4278cd188315 (patch)
treeece4d8fefb69365210a9e623df07b41086cd5613 /include/applets.h
parent88a5ceb450b576558b7d34e0baadb204dd329fb8 (diff)
downloadbusybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.tar.gz
busybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.tar.bz2
busybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.zip
Add in ifconfig and route
Diffstat (limited to 'include/applets.h')
-rw-r--r--include/applets.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 4bd8b79e4..9aa65dac0 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -158,6 +158,9 @@ const struct BB_applet applets[] = {
158#ifdef BB_ID 158#ifdef BB_ID
159 APPLET("id", id_main, _BB_DIR_USR_BIN, id_usage) 159 APPLET("id", id_main, _BB_DIR_USR_BIN, id_usage)
160#endif 160#endif
161#ifdef BB_IFCONFIG
162 APPLET("ifconfig", ifconfig_main, _BB_DIR_SBIN, ifconfig_usage)
163#endif
161#ifdef BB_INIT 164#ifdef BB_INIT
162 APPLET_NOUSAGE("init", init_main, _BB_DIR_SBIN) 165 APPLET_NOUSAGE("init", init_main, _BB_DIR_SBIN)
163#endif 166#endif
@@ -284,6 +287,9 @@ const struct BB_applet applets[] = {
284#ifdef BB_RMMOD 287#ifdef BB_RMMOD
285 APPLET("rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage) 288 APPLET("rmmod", rmmod_main, _BB_DIR_SBIN, rmmod_usage)
286#endif 289#endif
290#ifdef BB_ROUTE
291 APPLET("route", route_main, _BB_DIR_USR_BIN, route_usage)
292#endif
287#ifdef BB_RPMUNPACK 293#ifdef BB_RPMUNPACK
288 APPLET("rpmunpack", rpmunpack_main, _BB_DIR_USR_BIN, rpmunpack_usage) 294 APPLET("rpmunpack", rpmunpack_main, _BB_DIR_USR_BIN, rpmunpack_usage)
289#endif 295#endif