summaryrefslogtreecommitdiffstats
path: root/package/ntp
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/ntp
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/ntp')
-rw-r--r--package/ntp/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ntp/Config.in b/package/ntp/Config.in
index cd9c7bba1..147c30e6d 100644
--- a/package/ntp/Config.in
+++ b/package/ntp/Config.in
@@ -10,6 +10,6 @@ config BR2_PACKAGE_NTP
config BR2_PACKAGE_NTP_SNTP
bool "sntp"
default n
- depends BR2_PACKAGE_NTP
+ depends on BR2_PACKAGE_NTP
help
Simple network time protocol program