[openwrt/openwrt] qosify: update to the latest version

LEDE Commits lede-commits at lists.infradead.org
Tue Mar 7 12:53:57 PST 2023


nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9d8374cadcbdf46ea5552778950af35b3df5d655

commit 9d8374cadcbdf46ea5552778950af35b3df5d655
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Mar 7 21:53:00 2023 +0100

    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 <nbd at nbd.name>
---
 package/network/config/qosify/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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




More information about the lede-commits mailing list