Merge pull request #12096 from tohojo/sqm-scripts-dep-fix
sqm-scripts: Switch sch_cake dependency to new virtual package
This commit is contained in:
commit
09eb2aade2
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=sqm-scripts
|
PKG_NAME:=sqm-scripts
|
||||||
PKG_SOURCE_VERSION:=ab763cba8b1516b3afa99760e0ca884f8b8d93b8
|
PKG_SOURCE_VERSION:=ab763cba8b1516b3afa99760e0ca884f8b8d93b8
|
||||||
PKG_VERSION:=1.4.0
|
PKG_VERSION:=1.4.0
|
||||||
PKG_RELEASE:=7
|
PKG_RELEASE:=8
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts
|
PKG_SOURCE_URL:=https://github.com/tohojo/sqm-scripts
|
||||||
|
@ -26,7 +26,7 @@ define Package/sqm-scripts
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables \
|
DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables \
|
||||||
+iptables-mod-ipopt +iptables-mod-conntrack-extra \
|
+iptables-mod-ipopt +iptables-mod-conntrack-extra \
|
||||||
+!LINUX_4_14:kmod-sched-cake +LINUX_4_14:kmod-sched-cake-oot
|
+kmod-sched-cake-virtual
|
||||||
TITLE:=SQM Scripts (QoS)
|
TITLE:=SQM Scripts (QoS)
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue