summaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko2007-06-19 11:24:47 +0000
committerDenis Vlasenko2007-06-19 11:24:47 +0000
commita61cb92f2d1d9a7862813f37e3e3229e27ad21de (patch)
tree4f8e65a81c1f5147c0372289f176e275c6aafba9 /libbb/Config.in
parent6d9ea24611090f06b74e0e5b038b6c5b4bbe1063 (diff)
downloadbusybox-a61cb92f2d1d9a7862813f37e3e3229e27ad21de.zip
busybox-a61cb92f2d1d9a7862813f37e3e3229e27ad21de.tar.gz
make /etc/network parsing configurable. -200 bytes when off.
Diffstat (limited to 'libbb/Config.in')
-rw-r--r--libbb/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 0a3769d..5f4e416 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -26,6 +26,14 @@ config MD5_SIZE_VS_SPEED
2 3.0 5088
3 (smallest) 5.1 4912
+config FEATURE_ETC_NETWORKS
+ bool "Support for /etc/networks"
+ default n
+ help
+ Enable support for network names in /etc/networks. This is
+ a rarely used feature which allows you to use names
+ instead of IP/mask pairs in route command.
+
config FEATURE_EDITING
bool "Command line editing"
default n