diff options
author | Gustavo Zacarias | 2011-02-03 21:45:57 +0100 |
---|---|---|
committer | Peter Korsgaard | 2011-02-04 19:57:12 +0100 |
commit | 14a971ab6c47324dd1422b1787c393702b2d475c (patch) | |
tree | b59abc4d45294d775f445538d5f86a9196783f6c /CHANGES | |
parent | busybox: add 1.18.2 libbb fix (diff) | |
download | buildroot-14a971ab6c47324dd1422b1787c393702b2d475c.tar.gz buildroot-14a971ab6c47324dd1422b1787c393702b2d475c.tar.xz buildroot-14a971ab6c47324dd1422b1787c393702b2d475c.zip |
ntp: add ntpdate option
Closes #2935
Add ntpdate option and make ntpd optional.
Based on incomplete patch by Frederik Pasch <fpasch@googlemail.com>
Also enable crypto when openssl is enabled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ #2893: Broken "make source" with external toolchain #2905: Qt: Speed up compilation, if gui-module isn't selected #2929: genext2fs: couldn't allocate a block (no free space) + #2935: Ntpdate isn't installed #2965: Broken linkage to xkbcomp (blocking X server startup) #2983: xlib_libX11 build failed #3007: kexec doesn't build: Missing regdef.h file |