aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-14 08:11:27 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-02-14 08:11:27 +0000
commit2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4 (patch)
treeece4d8fefb69365210a9e623df07b41086cd5613 /include/applets.h
parent422f7238cf5ed1cce788f703d659e8c766bb6754 (diff)
downloadbusybox-w32-2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4.tar.gz
busybox-w32-2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4.tar.bz2
busybox-w32-2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4.zip
Add in ifconfig and route
git-svn-id: svn://busybox.net/trunk/busybox@1802 69ca8d6d-28ef-0310-b511-8ec308f3f277
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