sqm-scripts: drop redundant dependency
authorRui Salvaterra <rsalvaterra@gmail.com>
Fri, 17 Dec 2021 09:20:29 +0000 (09:20 +0000)
committerToke Høiland-Jørgensen <toke@toke.dk>
Fri, 17 Dec 2021 17:33:42 +0000 (18:33 +0100)
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 <rsalvaterra@gmail.com>
net/sqm-scripts/Makefile

index 5240cd3a417e297e547c41771c7e6b9427dfd47f..f23a0adacd1ccb221d3bc0200d9362a9659dda5c 100644 (file)
@@ -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