Remove dependeny on iptables-mod-filter from sqm-scripts
As Hnyman noted in https://github.com/dtaht/ceropackages-3.10/issues/13 we carry a few unnecessary dependecies in sqm-scripts, so remove one of them (iptables-mod-filter) as we neither use it nor plan to use it. Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
This commit is contained in:
parent
35a6e88b69
commit
db2b613afe
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sqm-scripts
|
PKG_NAME:=sqm-scripts
|
||||||
PKG_VERSION:=8
|
PKG_VERSION:=8
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
@ -20,7 +20,7 @@ define Package/sqm-scripts
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
|
DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
|
||||||
+iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
|
+iptables-mod-ipopt +iptables-mod-conntrack-extra
|
||||||
TITLE:=SQM Scripts (QoS)
|
TITLE:=SQM Scripts (QoS)
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
|
||||||
|
|
Loading…
Reference in a new issue