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>
11 lines
264 B
Diff
11 lines
264 B
Diff
--- a/incdefs.sh
|
|
+++ b/incdefs.sh
|
|
@@ -62,7 +62,7 @@ user_flags()
|
|
kernel_flags()
|
|
{
|
|
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
|