summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
committerMichael Grzeschik <m.grzeschik@pengutronix.de>2008-06-04 12:58:56 +0000
commite77d46edfa498ea6b9e482eed2f9a4783fb8d66d (patch)
tree6d19776b1d492e8cad206e01f524b1cf3ef5b704 /rules/dhcp.in
parent596f6514f2ee5cc295a2892704b66c6709478061 (diff)
downloadptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.gz
ptxdist-e77d46edfa498ea6b9e482eed2f9a4783fb8d66d.tar.xz
* : d-g.in tristate changes
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dhcp.in')
-rw-r--r--rules/dhcp.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/rules/dhcp.in b/rules/dhcp.in
index 6dd7b15b0..437af53b3 100644
--- a/rules/dhcp.in
+++ b/rules/dhcp.in
@@ -1,6 +1,6 @@
menuconfig DHCP
- bool
- prompt "DHCP "
+ tristate
+ prompt "dhcp "
help
This is the DHCP server from version 3 of the Internet Software
Consortium DHCP package. For more information visit the ISC web
@@ -13,17 +13,16 @@ menuconfig DHCP
Multiple Ethernet Interfaces are supported by this DHCP package.
+if DHCP
config DHCP_SERVER
bool
- depends on DHCP
prompt "DHCP Server dhcpd"
help
FIXME
config DHCP_CLIENT
bool
- depends on DHCP
prompt "DHCP Client dhclient"
help
This is a client process to provide the system it runs on
@@ -61,8 +60,8 @@ endchoice
config DHCP_RELAY
bool
- depends on DHCP
prompt "DHCP Relay dhcrelay"
help
FIXME
+endif