libqos: econet fix proc file for downstream queue

This commit is contained in:
Mohd Husaam Mehdi 2025-12-01 19:55:00 +05:30 committed by Vivek Dutta
parent 7a62843c29
commit 5faab025cc

View file

@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=libqos PKG_NAME:=libqos
PKG_VERSION:=7.2.110 PKG_VERSION:=7.2.111
LOCAL_DEV=0 LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/libqos.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_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz
PKG_MIRROR_HASH:=skip PKG_MIRROR_HASH:=skip
endif endif
@ -65,7 +65,7 @@ define Package/libqos
SUBMENU:=IOPSYS HAL libs SUBMENU:=IOPSYS HAL libs
MENU:=1 MENU:=1
TITLE:= QoS library (libqos) TITLE:= QoS library (libqos)
DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcm963xx-bsp DEPENDS+=+libnl +libnl-route +libeasy +TARGET_brcmbca:bcm963xx-bsp +TARGET_airoha:libuci
endef endef
define Package/libqos/config define Package/libqos/config