mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
The released package is no longer available under sourceforge. So we switch the download URL to the official download page [1]. Also the info URL about the package source is changed to the official LinuxPTP project page [2]. The release note [3] and annoucement on the mailinglist [4] give more information about the changes. [1] http://downloads.nwtime.org/linuxptp/ [2] https://linuxptp.nwtime.org/about/features/ [3] https://www.nwtime.org/news/linuxptp-4.4-released/ [4] https://lists.nwtime.org/sympa/arc/linuxptp-devel/2024-09/msg00020.html Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> [Julien: - switch _SITE to https - keep the original _SOURCE using _VERSION ] Signed-off-by: Julien Olivain <ju.o@free.fr>
18 lines
603 B
Plaintext
18 lines
603 B
Plaintext
config BR2_PACKAGE_LINUXPTP
|
|
bool "linuxptp"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
The Linux PTP Project is the Precision Time Protocol
|
|
implementation according to IEEE standard 1588 for Linux.
|
|
|
|
The dual design goals are to provide a robust implementation
|
|
of the standard and to use the most relevant and modern
|
|
Application Programming Interfaces (API) offered by the
|
|
Linux kernel. Supporting legacy APIs and other platforms is
|
|
not a goal.
|
|
|
|
https://linuxptp.nwtime.org/about/features/
|
|
|
|
comment "linuxptp needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|