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>
11 lines
274 B
Diff
11 lines
274 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
|
|
|
|
if [ "x$KBUILD_OUTPUT" != "x" ]; then
|
|
# With KBUILD_OUTPUT set, we are building against
|