diff options
author | Glenn L McGrath | 2002-12-06 08:35:55 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-12-06 08:35:55 +0000 |
commit | cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707 (patch) | |
tree | 5472ce9938b79f83db4d3fd5b2f71acaeb6ad192 /networking/Config.in | |
parent | 9227371b71dfdc9ad52cb952cecd04ddbde83981 (diff) | |
download | busybox-cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707.zip busybox-cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707.tar.gz |
Make mapping a config option again to save space, turn off file locking, do we really need it ?
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 0ff3f52..628178c 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -85,6 +85,14 @@ config CONFIG_FEATURE_IFUPDOWN_IPX help Please submit a patch to add help text for this item. +config CONFIG_FEATURE_IFUPDOWN_MAPPING + bool " Enable mapping support" + default n + depends on CONFIG_IFUPDOWN + help + This enables support for the "mapping" stanza, unless you have + a weird network setup you dont need it. + config CONFIG_IP bool "ip" default n |