diff options
author | Eric Andersen | 2001-02-14 08:11:27 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-14 08:11:27 +0000 |
commit | ec455953008d08f588fe0c0bd9df4278cd188315 (patch) | |
tree | ece4d8fefb69365210a9e623df07b41086cd5613 /Config.h | |
parent | 88a5ceb450b576558b7d34e0baadb204dd329fb8 (diff) | |
download | busybox-ec455953008d08f588fe0c0bd9df4278cd188315.zip busybox-ec455953008d08f588fe0c0bd9df4278cd188315.tar.gz |
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 @@ //#define BB_HOSTID //#define BB_HOSTNAME #define BB_ID +//#define BB_IFCONFIG #define BB_INIT //#define BB_INSMOD #define BB_KILL @@ -87,6 +88,7 @@ #define BB_RM #define BB_RMDIR //#define BB_RMMOD +//#define BB_ROUTE //#define BB_RPMUNPACK #define BB_SED //#define BB_SETKEYCODES |