From 7129b55362db636035b4428cb1ff1d803c071081 Mon Sep 17 00:00:00 2001 From: Husaam Mehdi Date: Mon, 1 Dec 2025 09:32:44 +0000 Subject: [PATCH] libqos: econet fix proc file for downstream queue --- libqos/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libqos/Makefile b/libqos/Makefile index 108c5d146..0c73949b3 100644 --- a/libqos/Makefile +++ b/libqos/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libqos -PKG_VERSION:=7.2.110 +PKG_VERSION:=7.2.111 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libqos.git -PKG_SOURCE_VERSION:=b36f26d6d14c8fa65b4559381f6a43219d55e93a +PKG_SOURCE_VERSION:=2e4c6a9c27e0f4f68dfe7a5c930afefd8dc7119a PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip endif