From cb9229870ebbb04e3c2ce07e2a28540752d735db Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Fri, 17 Dec 2021 09:20:29 +0000 Subject: [PATCH] sqm-scripts: drop redundant dependency The kmod-sched-cake package already depends on kmod-sched-core, there's no need for explicitly stating the dependency. While at it, change PKG_RELEASE to $(AUTORELEASE). Signed-off-by: Rui Salvaterra --- net/sqm-scripts/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/sqm-scripts/Makefile b/net/sqm-scripts/Makefile index 5240cd3a4..f23a0adac 100644 --- a/net/sqm-scripts/Makefile +++ b/net/sqm-scripts/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqm-scripts PKG_SOURCE_VERSION:=5d7e7977e14e147d5bcfa8a5f01636c7ab230fa4 PKG_VERSION:=1.5.1 -PKG_RELEASE:=1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts @@ -24,9 +24,8 @@ include $(INCLUDE_DIR)/package.mk define Package/sqm-scripts SECTION:=net CATEGORY:=Base system - DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables \ - +iptables-mod-ipopt +iptables-mod-conntrack-extra \ - +kmod-sched-cake + DEPENDS:=+tc +kmod-sched-cake +kmod-ifb +iptables \ + +iptables-mod-ipopt +iptables-mod-conntrack-extra TITLE:=SQM Scripts (QoS) PKGARCH:=all endef