Merge pull request #13267 from adschm/k414

sqm-scripts: depend directly on kmod-sched-cake again
This commit is contained in:
Hannu Nyman 2020-09-02 17:37:14 +03:00 committed by GitHub
commit b37f1a0716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=sqm-scripts
PKG_SOURCE_VERSION:=ab763cba8b1516b3afa99760e0ca884f8b8d93b8
PKG_VERSION:=1.4.0
PKG_RELEASE:=8
PKG_RELEASE:=9
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts
@ -26,7 +26,7 @@ define Package/sqm-scripts
CATEGORY:=Base system
DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables \
+iptables-mod-ipopt +iptables-mod-conntrack-extra \
+kmod-sched-cake-virtual
+kmod-sched-cake
TITLE:=SQM Scripts (QoS)
PKGARCH:=all
endef