summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-06 08:35:55 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-06 08:35:55 +0000
commitcdbe5e5d4c79ab1fc47e3f7f05704b11b7945707 (patch)
tree5472ce9938b79f83db4d3fd5b2f71acaeb6ad192 /networking/Config.in
parent9227371b71dfdc9ad52cb952cecd04ddbde83981 (diff)
downloadbusybox-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.in8
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
88config 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
88config CONFIG_IP 96config CONFIG_IP
89 bool "ip" 97 bool "ip"
90 default n 98 default n