summaryrefslogtreecommitdiffstats
path: root/package/dhcp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/dhcp/Config.in')
-rw-r--r--package/dhcp/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dhcp/Config.in b/package/dhcp/Config.in
index 7944edefc9..99b4eec331 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -7,9 +7,10 @@ config BR2_PACKAGE_DHCP
http://www.isc.org/products/DHCP
+if BR2_PACKAGE_DHCP
+
config BR2_PACKAGE_DHCP_SERVER
bool "dhcp server"
- depends on BR2_PACKAGE_DHCP
help
DHCP server from the ISC DHCP distribution.
@@ -21,14 +22,13 @@ config BR2_PACKAGE_DHCP_SERVER_DELAYED_ACK
config BR2_PACKAGE_DHCP_RELAY
bool "dhcp relay"
- depends on BR2_PACKAGE_DHCP
help
DHCP relay agent from the ISC DHCP distribution.
config BR2_PACKAGE_DHCP_CLIENT
bool "dhcp client"
- depends on BR2_PACKAGE_DHCP
help
DHCP client from the ISC DHCP distribution.
+endif
OpenPOWER on IntegriCloud