diff options
author | John Crispin <john@openwrt.org> | 2016-01-19 10:20:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-01-19 10:20:16 +0000 |
commit | d48834e553bb24d5b966f8c986b90f2fb67cfa54 (patch) | |
tree | a805043b0b401f1cab6d549b283d3a9822cb62e7 /net/linuxptp/patches/001-musl-fix.patch | |
parent | 29ec3811c0d045355f71136ef9ee216191f8eab5 (diff) | |
download | upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.tar.gz upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.tar.bz2 upstream-d48834e553bb24d5b966f8c986b90f2fb67cfa54.zip |
Revert "linuxptp: Add package"
accidentially pushed to the wrong tree
This reverts commit 67f7292833d4dd19fb3fd468c56c746e8f226bb7.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48362
Diffstat (limited to 'net/linuxptp/patches/001-musl-fix.patch')
-rw-r--r-- | net/linuxptp/patches/001-musl-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/linuxptp/patches/001-musl-fix.patch b/net/linuxptp/patches/001-musl-fix.patch deleted file mode 100644 index 41302c7b3b..0000000000 --- a/net/linuxptp/patches/001-musl-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -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> |