Remove mapping option, its should always be used

This commit is contained in:
Glenn L McGrath
2002-11-17 21:48:11 +00:00
parent fd73b8c2ce
commit 29d801b834
2 changed files with 0 additions and 21 deletions

View File

@@ -21,7 +21,6 @@ if [ "$CONFIG_IFUPDOWN" = "y" ]; then
bool ' Enable support for IPv4' CONFIG_FEATURE_IFUPDOWN_IPV4
bool ' Enable support for IPv6 (requires ip command)' CONFIG_FEATURE_IFUPDOWN_IPV6
bool ' Enable support for IPX (requires ipx_interface command)' CONFIG_FEATURE_IFUPDOWN_IPX
bool ' Mapping support' CONFIG_FEATURE_IFUPDOWN_MAPPING
fi
bool 'ip' CONFIG_IP
if [ "$CONFIG_IP" = "y" ]; then