diff options
author | Francois Perrad <fperrad@gmail.com> | 2012-10-19 03:13:52 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-03 12:06:07 +0100 |
commit | 87422ed7e5a11bed94cd72ef80d1e5e1970c17fd (patch) | |
tree | f487895819042c6809a02edb15494f0dcbf49ecd /package/ntp | |
parent | fa3afe2d81874b315759c1fb3b705ed54b15ce2c (diff) | |
download | buildroot-novena-87422ed7e5a11bed94cd72ef80d1e5e1970c17fd.tar.gz buildroot-novena-87422ed7e5a11bed94cd72ef80d1e5e1970c17fd.zip |
perl: prepare the removal of microperl
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntp')
-rw-r--r-- | package/ntp/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ntp/Config.in b/package/ntp/Config.in index 599659609..ec5dbbb40 100644 --- a/package/ntp/Config.in +++ b/package/ntp/Config.in @@ -20,7 +20,7 @@ config BR2_PACKAGE_NTP_NTP_KEYGEN config BR2_PACKAGE_NTP_NTP_WAIT bool "ntp-wait" - depends on BR2_PACKAGE_MICROPERL + depends on BR2_PACKAGE_PERL help ntp-wait waits until the locally running ntpd is in state 4 (synchronized). This could be useful at boot time, to delay the @@ -59,7 +59,7 @@ config BR2_PACKAGE_NTP_NTPSNMPD config BR2_PACKAGE_NTP_NTPTRACE bool "ntptrace" - depends on BR2_PACKAGE_MICROPERL + depends on BR2_PACKAGE_PERL help ntptrace is a perl script that uses the ntpq utility program to follow the chain of NTP servers from a given host back to the |