diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:16:45 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:16:45 +0000 |
commit | 29ec3811c0d045355f71136ef9ee216191f8eab5 (patch) | |
tree | 9a3e2e7a9ead77c772a968cbd3a68a8030b4c8a0 /net/linuxptp/patches | |
parent | 78a6a9aec306f3fa53b3eaffb35a2344c26a43c7 (diff) | |
download | upstream-29ec3811c0d045355f71136ef9ee216191f8eab5.tar.gz upstream-29ec3811c0d045355f71136ef9ee216191f8eab5.tar.bz2 upstream-29ec3811c0d045355f71136ef9ee216191f8eab5.zip |
linuxptp: Add package
Linuxptp is a user space software implementation of IEEE 1588
Precision Time Protocol standard.
v4: Don't compile on uclibc
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 48361
Diffstat (limited to 'net/linuxptp/patches')
-rw-r--r-- | net/linuxptp/patches/001-musl-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/linuxptp/patches/001-musl-fix.patch b/net/linuxptp/patches/001-musl-fix.patch new file mode 100644 index 0000000000..41302c7b3b --- /dev/null +++ b/net/linuxptp/patches/001-musl-fix.patch @@ -0,0 +1,12 @@ +Index: linuxptp-20151118/raw.c +=================================================================== +--- linuxptp-20151118.orig/raw.c 2016-01-08 13:39:56.000000000 +0100 ++++ linuxptp-20151118/raw.c 2016-01-13 09:16:51.951784148 +0100 +@@ -20,7 +20,6 @@ + #include <fcntl.h> + #include <linux/filter.h> + #include <linux/if_ether.h> +-#include <net/ethernet.h> + #include <net/if.h> + #include <netinet/in.h> + #include <netpacket/packet.h> |