diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-14 08:11:27 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-14 08:11:27 +0000 |
commit | ec455953008d08f588fe0c0bd9df4278cd188315 (patch) | |
tree | ece4d8fefb69365210a9e623df07b41086cd5613 /applets.h | |
parent | 88a5ceb450b576558b7d34e0baadb204dd329fb8 (diff) | |
download | busybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.tar.gz busybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.tar.bz2 busybox-w32-ec455953008d08f588fe0c0bd9df4278cd188315.zip |
Add in ifconfig and route
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |