diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 19:00:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-06 19:00:39 +0200 |
commit | b6762d11ab23d1a01b906eee002b39a5bf208448 (patch) | |
tree | a2ac5cac15dea39f2e612d7e6d7c051469bf38e7 /package/iproute2/Makefile | |
parent | 049d11f177341c85a0dd81f1747b8ed724685a27 (diff) |
iproute2: update to 6.14.0
Diffstat (limited to 'package/iproute2/Makefile')
-rw-r--r-- | package/iproute2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile index 997b482e1..1c7b61d64 100644 --- a/package/iproute2/Makefile +++ b/package/iproute2/Makefile @@ -4,9 +4,9 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= iproute2 -PKG_VERSION:= 6.11.0 +PKG_VERSION:= 6.14.0 PKG_RELEASE:= 1 -PKG_HASH:= 1f795398a04aeaacd06a8f6ace2cfd913c33fa5953ca99daae83bb5c534611c3 +PKG_HASH:= a6d23588150096591c3d00fc27a324a82ee71d7a1a9eea78df5df17ad9b8461f PKG_DESCR:= routing control utility PKG_SECTION:= net/route PKG_BUILDDEP:= iptables libnl @@ -14,7 +14,7 @@ PKG_DEPENDS:= libnl PKG_URL:= http://www.linuxfoundation.org/en/Net:Iproute2 PKG_SITES:= http://www.kernel.org/pub/linux/utils/net/iproute2/ -PKG_SUBPKGS:= IP TC TC_ATM TC_IPT IFSTAT LNSTAT ROUTEL RTMON SS +PKG_SUBPKGS:= IP TC TC_IPT IFSTAT LNSTAT ROUTEL RTMON SS PKGSS_IP:= libmnl PKGSD_TC:= traffic control utility PKGSB_TC:= iptables |