summaryrefslogtreecommitdiffstats
path: root/package/dhcp
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-19 19:06:25 +0000
commita5ac61715b70ef628e1239e92ffd7aae859e8294 (patch)
tree15728d9cc383c794196d671ad8262fc1d364e7e8 /package/dhcp
parent9991e8c7fbd18bf12af66b7cf040d2d7de3ed6c0 (diff)
downloadbuildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.tar.gz
buildroot-novena-a5ac61715b70ef628e1239e92ffd7aae859e8294.zip
buildroot: s/depends/depends on/
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
Diffstat (limited to 'package/dhcp')
-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 4d19710a8..26bc455ca 100644
--- a/package/dhcp/Config.in
+++ b/package/dhcp/Config.in
@@ -8,7 +8,7 @@ config BR2_PACKAGE_ISC_DHCP
config BR2_PACKAGE_DHCP_SERVER
bool "dhcp server"
- depends BR2_PACKAGE_ISC_DHCP
+ depends on BR2_PACKAGE_ISC_DHCP
default n
help
DHCP server from the ISC DHCP distribution.
@@ -16,7 +16,7 @@ config BR2_PACKAGE_DHCP_SERVER
config BR2_PACKAGE_DHCP_RELAY
bool "dhcp relay"
- depends BR2_PACKAGE_ISC_DHCP
+ depends on BR2_PACKAGE_ISC_DHCP
default n
help
DHCP relay agent from the ISC DHCP distribution.
@@ -24,7 +24,7 @@ config BR2_PACKAGE_DHCP_RELAY
config BR2_PACKAGE_DHCP_CLIENT
bool "dhcp client"
- depends BR2_PACKAGE_ISC_DHCP
+ depends on BR2_PACKAGE_ISC_DHCP
default n
help
DHCP client from the ISC DHCP distribution.