diff options
author | Sebastian Moeller <moeller0@gmx.de> | 2015-04-19 12:48:33 +0200 |
---|---|---|
committer | Toke Høiland-Jørgensen <toke@toke.dk> | 2015-04-19 14:17:04 +0200 |
commit | db2b613afef270b3b02ef2fcdc0e9217945af3f8 (patch) | |
tree | 220cc73f844b615c11483bcdd3fc2ac46c604161 /net | |
parent | 35a6e88b691899c871384f5424ecf37a90c66597 (diff) |
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/sqm-scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sqm-scripts/Makefile b/net/sqm-scripts/Makefile index 79112227d..3fa5e365b 100644 --- a/net/sqm-scripts/Makefile +++ b/net/sqm-scripts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sqm-scripts PKG_VERSION:=8 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPLv2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -20,7 +20,7 @@ define Package/sqm-scripts SECTION:=net CATEGORY:=Base system 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) PKGARCH:=all MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk> |