From 6495b470e43f5d4c93622e1f51abcfa4e67840bb Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 31 Aug 2020 21:57:28 +0200 Subject: [PATCH] sqm-scripts: depend directly on kmod-sched-cake again Since support for kernel 4.14 has been removed, kmod-sched-cake-oot is gone, and the kmod-sched-cake-virtual package is not needed anymore. This effectively reverts 9114244fbd1b ("sqm-scripts: Switch sch_cake dependency to new virtual package") Signed-off-by: Adrian Schmutzler --- net/sqm-scripts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/sqm-scripts/Makefile b/net/sqm-scripts/Makefile index c4d9ee21e..df821ead7 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:=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