| Summary: | Ntpdate isn't installed | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Frederik Pasch <fpasch> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | ntp-install-ntpdate.patch | ||
Hi, I'm not quite following you. Do you want to add options to the ntp package to allow installation of ntpdate and make ntpd optional? In that case you are missing the Config.in changes in the patch. Fixed in git (14a971ab6c4) |
Created attachment 2797 [details] ntp-install-ntpdate.patch You can select ntpdate via buildroot-config but it isn't installed on target. ntpd is installed without considering the config-value. The attached patch resolves this issue. Frederik Pasch