diff options
author | Wojciech Dubowik <Wojciech.Dubowik@westermo.com> | 2023-06-15 16:08:16 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-06-22 21:35:44 +0300 |
commit | be829c1486c5fca7dc1cd31813b12b946564f074 (patch) | |
tree | cfcca21871169334eee919892eb06b6c348740d2 /net/linuxptp/Makefile | |
parent | fb68d07bfae3d38691c87179e216207e4323a52b (diff) |
linuxptp: Update to 4.0
Major changes since version 3.1.1:
* Officially supports the 2019 version of IEEE 1588
* Improved unicast messaging
* Enhanced G.8275.2 profile
* More flexible Pulse Per Second (PPS) handling
* Virtual clock support
* Power profile support
* VLAN over bond support.
* Parallel Redundancy Protocol (PRP) trailer handling.
* Non-privileged read-only monitoring port.
* New statistics reporting.
[V2]
* reset package release
* adapt license name to the new format
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
Diffstat (limited to 'net/linuxptp/Makefile')
-rw-r--r-- | net/linuxptp/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/linuxptp/Makefile b/net/linuxptp/Makefile index 762d5db6d..ca1732c25 100644 --- a/net/linuxptp/Makefile +++ b/net/linuxptp/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=linuxptp -PKG_VERSION:=3.1.1 -PKG_RELEASE:=2 +PKG_VERSION:=4.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=@SF/$(PKG_NAME)/v$(PKG_VERSION) -PKG_HASH:=94d6855f9b7f2d8e9b0ca6d384e3fae6226ce6fc012dbad02608bdef3be1c0d9 +PKG_HASH:=d27d5ef296bb3d285e22e69f75ae023b4b42a2f4655130d6d390d8afcbc3d933 PKG_MAINTAINER:=Wojciech Dubowik <Wojciech.Dubowik@westermo.com> -PKG_LICENSE:=GPL-2.0 +PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING include $(INCLUDE_DIR)/package.mk |