summaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-03-08 22:57:00 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-03-08 22:57:00 +0000
commitdf351d6109fb1846e5d18fa89e91ee050a7de334 (patch)
tree39fcfa0c5e367ba08c30d1a9bee2d02a6e033e75 /Config.h
parent39eea898c4ffcbbaa13b542a12692ff52f2dd7d6 (diff)
downloadbusybox-w32-df351d6109fb1846e5d18fa89e91ee050a7de334.tar.gz
busybox-w32-df351d6109fb1846e5d18fa89e91ee050a7de334.tar.bz2
busybox-w32-df351d6109fb1846e5d18fa89e91ee050a7de334.zip
Improved port of ifconfig... smaller and with more features.
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.h b/Config.h
index 9b9eec65c..8c6bfe3ec 100644
--- a/Config.h
+++ b/Config.h
@@ -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)