aboutsummaryrefslogtreecommitdiff
path: root/net/linuxptp/patches/001-fix_kbuild_output.patch
Commit message (Collapse)AuthorAge
* linuxptp: Bump to version 4.1Wojciech Dubowik2023-09-27
| | | | | | | | | From release notes: "This release is the first of our regular quarterly releases. It includes a new feature (multi-domain synchronization for phc2sys) and several minor bug fixes. Users are encouraged to upgrade." Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* linuxptp: fix build failurePaulo Machado2020-05-26
Build is failing because HWTSTAMP_TX_ONESTEP_P2P is defined anymore on linux net_tstamp.h. Moreover, the usual way of linuxptp build is looking for system includes unless user defines differently. That also was tried to fix. PKG_RELEASE bumped to 3. Signed-off-by: Paulo Machado <pffmachado@yahoo.com>