summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2024-09-20 21:15:24 +0000
committerFelix Fietkau2024-09-20 21:17:43 +0000
commit3efdc8e16d65e4404b1e29963e52b003c9b37dfc (patch)
tree596a53dcf3dc0a190e8cb233ebeeae16cf5b94e8
parent8181f09049a0e3188f35f27e5b53fc47b39eec87 (diff)
downloadopenwrt-3efdc8e16d65e4404b1e29963e52b003c9b37dfc.tar.gz
qosify: update to Git HEAD (2024-09-20)
850cc271083d qosify: add support for keeping stats 1501e0935175 bpf_skb_utils.h: add missing include to fix build against newer kernel headers Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/network/config/qosify/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile
index 8e8c1b8713..3c53c81f19 100644
--- a/package/network/config/qosify/Makefile
+++ b/package/network/config/qosify/Makefile
@@ -11,9 +11,9 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=qosify
PKG_SOURCE_URL=$(PROJECT_GIT)/project/qosify.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2023-03-07
-PKG_SOURCE_VERSION:=9a47ea4b683dd845ec94534fcd82d3117c9ab313
-PKG_MIRROR_HASH:=3d97456dcd13f481beff9a87d939e4bd671577865ed7cfc11b00d6e40f3e5621
+PKG_SOURCE_DATE:=2024-09-20
+PKG_SOURCE_VERSION:=1501e0935175d713ad229d88a8401dbfddc0a6b4
+PKG_MIRROR_HASH:=6d6e07285a6c46f040ba88555accc64c291837f9726944b9e41ec4efbaaf6c20
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0