From: Felix Fietkau Date: Tue, 7 Mar 2023 20:53:00 +0000 (+0100) Subject: qosify: update to the latest version X-Git-Url: http://git.openwrt.org/ubox.git?a=commitdiff_plain;h=9d8374cadcbdf46ea5552778950af35b3df5d655;p=openwrt%2Fstaging%2Fnoltari.git qosify: update to the latest version ca4509cf84d2 bpf: switch to using bpf_skb_utils.h d064439009d0 qosify-bpf: skip unnecessary flow lookups 9c625ae96f2d map: fix deleting port based rules 9a47ea4b683d map: fix return code check for bpf_map_get_next_key calls Signed-off-by: Felix Fietkau --- diff --git a/package/network/config/qosify/Makefile b/package/network/config/qosify/Makefile index be0bc6657c..ccfa3ff3b3 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:=2022-04-08 -PKG_SOURCE_VERSION:=ef82defaae26619e5b2ebddfdd86e9de61c399f1 -PKG_MIRROR_HASH:=8e4ca65d23a85aad774af51dc62cfaa4615111ffd2c7922258ac8f026a62b013 +PKG_SOURCE_DATE:=2023-03-07 +PKG_SOURCE_VERSION:=9a47ea4b683dd845ec94534fcd82d3117c9ab313 +PKG_MIRROR_HASH:=c4c313aed4a405492201612bdfef5e219c9a994a35f35acc84fc8327d9aa73d2 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=GPL-2.0