aboutsummaryrefslogtreecommitdiff
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-df351d6109fb1846e5d18fa89e91ee050a7de334.tar.gz
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 @@
// Enable ifconfig status reporting output -- this feature adds 12k.
//#define BB_FEATURE_IFCONFIG_STATUS
//
+// Enable ifconfig slip-specific options "keepalive" and "outfill"
+//#define BB_FEATURE_IFCONFIG_SLIP
+//
+// Enable ifconfig options "mem_start", "io_addr", and "irq".
+//#define BB_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ
+//
+// Enable ifconfig option "hw". Currently works for only with "ether".
+//#define BB_FEATURE_IFCONFIG_HW
+//
// Enable busybox --install [-s]
// to create links (or symlinks) for all the commands that are
// compiled into the binary. (needs /proc filesystem)