aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/qosify/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2021-11-19 22:57:03 +0100
committerFelix Fietkau <nbd@nbd.name>2021-11-19 23:51:20 +0100
commit0351a5ff87c9b3a8eb0d3989ae2d94c67d4dc41a (patch)
treeeec60efccaefd2d118b53dce8770892939aed204 /package/network/config/qosify/Makefile
parent8f355becdf39e4a166063a887f04f7b4feb78cc0 (diff)
downloadupstream-0351a5ff87c9b3a8eb0d3989ae2d94c67d4dc41a.tar.gz
upstream-0351a5ff87c9b3a8eb0d3989ae2d94c67d4dc41a.tar.bz2
upstream-0351a5ff87c9b3a8eb0d3989ae2d94c67d4dc41a.zip
qosify: update to the latest version
68961a555e42 ubus: drop dnsmasq check for dns_result method 1ca3e26b8169 bpf: refactor code to support explicit opt-in for bulk+prio detection 3f0acf039f41 bpf: move flow prio/bulk detection config into a separate data structure bc54c97e3333 map, bpf: create a separate map for configured dscp classes 46cf3eae2d99 bpf: fix bulk flow detaction 88f1db7dd611 bpf: fix priority flow detection b5dec7874373 bpf: remove access to skb->gso_size e728a319a9a5 interface: unify status, always include ifname, ingress, egress Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config/qosify/Makefile')
-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 a5e171484b..c5d1ce789b 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:=2021-11-12
-PKG_SOURCE_VERSION:=bfc2cafe2a8c66ffab88a7e5c1ad1b0a4d886271
-PKG_MIRROR_HASH:=88990d5816f37ba1e334499e7ee53a364fa0ba1e5751a91ef0a94934cd2a5451
+PKG_SOURCE_DATE:=2021-11-19
+PKG_SOURCE_VERSION:=e728a319a9a5ac692d18fef936e6ac4377f1bbf1
+PKG_MIRROR_HASH:=86362483e4462a9dc4c4c31363a9a43a140472f105da363053e07e2486fff24f
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>