diff options
author | Wojciech Dubowik <Wojciech.Dubowik@westermo.com> | 2023-09-26 07:57:21 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-09-27 11:09:55 -0700 |
commit | 2c6add78b47befb0a81270a130dcc1551ce57507 (patch) | |
tree | ec43e8c5ab47803c8a694bc4632c97fd3c047725 /net/linuxptp/patches | |
parent | c17a97ee3561eb8546f4b4f4f8e5005c7ac99eb8 (diff) |
linuxptp: Bump to version 4.1
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>
Diffstat (limited to 'net/linuxptp/patches')
-rw-r--r-- | net/linuxptp/patches/001-fix_kbuild_output.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/linuxptp/patches/001-fix_kbuild_output.patch b/net/linuxptp/patches/001-fix_kbuild_output.patch index 66d6b39b0..1b5e81e97 100644 --- a/net/linuxptp/patches/001-fix_kbuild_output.patch +++ b/net/linuxptp/patches/001-fix_kbuild_output.patch @@ -6,6 +6,6 @@ prefix="" - tstamp=/usr/include/linux/net_tstamp.h + tstamp=/include/uapi/linux/net_tstamp.h + ptp_clock=/usr/include/linux/ptp_clock.h if [ "x$KBUILD_OUTPUT" != "x" ]; then - # With KBUILD_OUTPUT set, we are building against |