summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRussell Senior2025-04-01 12:07:01 +0000
committerRussell Senior2025-04-05 08:46:47 +0000
commit9ec997b85009e5357d5f21ad579578d068af8fb7 (patch)
tree89b184ca88a1cbe4475b363edb82b7b5340587b4
parenta947be41b721a7c521d23981adaf06ebd1ef5dfe (diff)
downloadsvanheule-9ec997b85009e5357d5f21ad579578d068af8fb7.tar.gz
iproute2: update to v6.14.0
$ git log --no-merges --oneline v6.13.0..v6.14.0 fea1086c (tag: v6.14.0) v6.14.0 afbfd2f2 tc: nat: ffs should operation on host byte ordered data 667817b4 tc: nat: Fix mask calculation e3f9681d ss: mptcp: subflow: display seq counters as decimal 5e113aba man: document tunnel options in ip-route.8.in 48717184 README.devel: clarify patch rules and syntax 99c119a0 ss: Tone down cgroup path resolution 41710ace uapi: update bpf.h 1db4f568 ip: vxlan: Support IFLA_VXLAN_RESERVED_BITS fe4100df iproute2: add 'ip monitor acaddress' support d009b68f Update kernel headers 0bd19d46 iprule: Add flow label support 35ae138e ip: route: Add IPv6 flow label support 3f8c7e7c tc: fq: add support for TCA_FQ_OFFLOAD_HORIZON attribute 49b8a727 Update kernel headers 19514606 iproute2: add 'ip monitor maddress' support 93360313 Update kernel headers 1f0f9deb ip: link: rmnet: add support for flag handling Signed-off-by: Russell Senior <russell@personaltelco.net>
-rw-r--r--package/network/utils/iproute2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 8cf77b36ab..6a172d2abe 100644
--- a/package/network/utils/iproute2/Makefile
+++ b/package/network/utils/iproute2/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=iproute2
-PKG_VERSION:=6.13.0
+PKG_VERSION:=6.14.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/utils/net/iproute2
-PKG_HASH:=a43aa43338d882b44d01e549f3f105a92ae9feea32a82fae45a88e7a49302819
+PKG_HASH:=a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f
PKG_BUILD_PARALLEL:=1
PKG_BUILD_DEPENDS:=iptables
PKG_LICENSE:=GPL-2.0