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 /Config.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 'Config.h')
-rw-r--r-- | Config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,7 @@ | |||
47 | //#define BB_HOSTID | 47 | //#define BB_HOSTID |
48 | //#define BB_HOSTNAME | 48 | //#define BB_HOSTNAME |
49 | #define BB_ID | 49 | #define BB_ID |
50 | //#define BB_IFCONFIG | ||
50 | #define BB_INIT | 51 | #define BB_INIT |
51 | //#define BB_INSMOD | 52 | //#define BB_INSMOD |
52 | #define BB_KILL | 53 | #define BB_KILL |
@@ -87,6 +88,7 @@ | |||
87 | #define BB_RM | 88 | #define BB_RM |
88 | #define BB_RMDIR | 89 | #define BB_RMDIR |
89 | //#define BB_RMMOD | 90 | //#define BB_RMMOD |
91 | //#define BB_ROUTE | ||
90 | //#define BB_RPMUNPACK | 92 | //#define BB_RPMUNPACK |
91 | #define BB_SED | 93 | #define BB_SED |
92 | //#define BB_SETKEYCODES | 94 | //#define BB_SETKEYCODES |