summaryrefslogtreecommitdiffstats
path: root/rules/dhcp.in
diff options
context:
space:
mode:
authorErwin Rol <erwin@erwinrol.com>2006-03-23 15:05:20 +0000
committerErwin Rol <erwin@erwinrol.com>2006-03-23 15:05:20 +0000
commit346308cb2f7ade9272b5270bd78ac459662c4e62 (patch)
tree36b21b1b77fd63f2bd30b3e437a070a4262fd5c9 /rules/dhcp.in
parent8f1e7243ce6524127f78c2d2cf70539f35e5e08a (diff)
downloadptxdist-346308cb2f7ade9272b5270bd78ac459662c4e62.tar.gz
ptxdist-346308cb2f7ade9272b5270bd78ac459662c4e62.tar.xz
Fix cross compile error and add selection for server, client and relay install
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5231 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dhcp.in')
-rw-r--r--rules/dhcp.in30
1 files changed, 25 insertions, 5 deletions
diff --git a/rules/dhcp.in b/rules/dhcp.in
index 4c1f5da36..98c7151ed 100644
--- a/rules/dhcp.in
+++ b/rules/dhcp.in
@@ -1,8 +1,7 @@
-menu "dhcp "
-
-config DHCP
+menuconfig DHCP
bool
- prompt "DHCP"
+ depends on BUILD_USERLAND
+ 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
@@ -15,4 +14,25 @@ config DHCP
Multiple Ethernet Interfaces are supported by this DHCP package.
-endmenu
+
+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
+ FIXME
+
+config DHCP_RELAY
+ bool
+ depends on DHCP
+ prompt "DHCP Relay dhcrelay"
+ help
+ FIXME
+