diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-06 08:35:55 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-06 08:35:55 +0000 |
commit | cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707 (patch) | |
tree | 5472ce9938b79f83db4d3fd5b2f71acaeb6ad192 /networking/Config.in | |
parent | 9227371b71dfdc9ad52cb952cecd04ddbde83981 (diff) | |
download | busybox-w32-cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707.tar.gz busybox-w32-cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707.tar.bz2 busybox-w32-cdbe5e5d4c79ab1fc47e3f7f05704b11b7945707.zip |
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 0ff3f52bc..628178cd3 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -85,6 +85,14 @@ config CONFIG_FEATURE_IFUPDOWN_IPX | |||
85 | help | 85 | help |
86 | Please submit a patch to add help text for this item. | 86 | Please submit a patch to add help text for this item. |
87 | 87 | ||
88 | config CONFIG_FEATURE_IFUPDOWN_MAPPING | ||
89 | bool " Enable mapping support" | ||
90 | default n | ||
91 | depends on CONFIG_IFUPDOWN | ||
92 | help | ||
93 | This enables support for the "mapping" stanza, unless you have | ||
94 | a weird network setup you dont need it. | ||
95 | |||
88 | config CONFIG_IP | 96 | config CONFIG_IP |
89 | bool "ip" | 97 | bool "ip" |
90 | default n | 98 | default n |