diff options
author | Wojciech Dubowik <Wojciech.Dubowik@neratec.com> | 2016-08-30 13:27:15 +0200 |
---|---|---|
committer | Wojciech Dubowik <Wojciech.Dubowik@neratec.com> | 2016-12-02 13:54:35 +0100 |
commit | 398c7ea91913d82a56be447118e022a35aabc5c7 (patch) | |
tree | a31b7c30f818e13f4d4790f811e6f8872a7e2c8a /net/linuxptp/Makefile | |
parent | ff69a86076b39955660ab18328a3fa1f94298967 (diff) |
linuxptp: Update to version 1.8
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 88edd155a..612852188 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp -PKG_VERSION:=20151118 +PKG_VERSION:=1.8 PKG_RELEASE:=2 -PKG_REV:=999c86f4a9da4bf4508b3a69289f58166ed18a55 +PKG_REV:=891d56e4292653c5c19ac8345159a1f1f5b2df26 PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@neratec.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |