diff options
author | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-08 22:57:00 +0000 |
---|---|---|
committer | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-03-08 22:57:00 +0000 |
commit | 6ad645ba63942ecf29bb672f8388cc46a3330cf4 (patch) | |
tree | 39fcfa0c5e367ba08c30d1a9bee2d02a6e033e75 /Config.h | |
parent | db5478e664ad21e08b07be471b4d89137a21c53a (diff) | |
download | busybox-w32-6ad645ba63942ecf29bb672f8388cc46a3330cf4.tar.gz busybox-w32-6ad645ba63942ecf29bb672f8388cc46a3330cf4.tar.bz2 busybox-w32-6ad645ba63942ecf29bb672f8388cc46a3330cf4.zip |
Improved port of ifconfig... smaller and with more features.
git-svn-id: svn://busybox.net/trunk/busybox@2014 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Config.h')
-rw-r--r-- | Config.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -287,6 +287,15 @@ | |||
287 | // Enable ifconfig status reporting output -- this feature adds 12k. | 287 | // Enable ifconfig status reporting output -- this feature adds 12k. |
288 | //#define BB_FEATURE_IFCONFIG_STATUS | 288 | //#define BB_FEATURE_IFCONFIG_STATUS |
289 | // | 289 | // |
290 | // Enable ifconfig slip-specific options "keepalive" and "outfill" | ||
291 | //#define BB_FEATURE_IFCONFIG_SLIP | ||
292 | // | ||
293 | // Enable ifconfig options "mem_start", "io_addr", and "irq". | ||
294 | //#define BB_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ | ||
295 | // | ||
296 | // Enable ifconfig option "hw". Currently works for only with "ether". | ||
297 | //#define BB_FEATURE_IFCONFIG_HW | ||
298 | // | ||
290 | // Enable busybox --install [-s] | 299 | // Enable busybox --install [-s] |
291 | // to create links (or symlinks) for all the commands that are | 300 | // to create links (or symlinks) for all the commands that are |
292 | // compiled into the binary. (needs /proc filesystem) | 301 | // compiled into the binary. (needs /proc filesystem) |