diff options
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) |