diff options
author | Glenn L McGrath | 2002-11-10 13:17:08 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-10 13:17:08 +0000 |
commit | 49a28b3b5ea56468e2f12305e3a37679b397b337 (patch) | |
tree | eea3eca7832910cb500c6637ec3dc1c863144587 /networking/config.in | |
parent | 8ae75013c8ddbbbbd82e539e0463086ffa442b40 (diff) | |
download | busybox-49a28b3b5ea56468e2f12305e3a37679b397b337.zip busybox-49a28b3b5ea56468e2f12305e3a37679b397b337.tar.gz |
Make mapping support a definable feature, saves 1.6kB
Diffstat (limited to 'networking/config.in')
-rw-r--r-- | networking/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/config.in b/networking/config.in index fe714fe..7393feb 100644 --- a/networking/config.in +++ b/networking/config.in @@ -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 |