Make mapping support a definable feature, saves 1.6kB

This commit is contained in:
Glenn L McGrath
2002-11-10 13:17:08 +00:00
parent 8ae75013c8
commit 49a28b3b5e
2 changed files with 40 additions and 31 deletions

View File

@@ -21,6 +21,7 @@ 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