diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-14 08:11:27 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-14 08:11:27 +0000 |
commit | 2c3e72e1d6e553a10e0a5611e37bff9e07cca9f4 (patch) | |
tree | ece4d8fefb69365210a9e623df07b41086cd5613 /Config.h | |
parent | 422f7238cf5ed1cce788f703d659e8c766bb6754 (diff) | |
download | busybox-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 '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 |