make /etc/network parsing configurable. -200 bytes when off.

This commit is contained in:
Denis Vlasenko
2007-06-19 11:24:47 +00:00
parent 6d9ea24611
commit a61cb92f2d
2 changed files with 13 additions and 4 deletions

View File

@@ -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