Browse Source

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>
Sebastian Moeller 10 years ago
parent
commit
db2b613afe
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      net/sqm-scripts/Makefile

+ 2
- 2
net/sqm-scripts/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=sqm-scripts
11 11
 PKG_VERSION:=8
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 PKG_LICENSE:=GPLv2
14 14
 
15 15
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
@@ -20,7 +20,7 @@ define Package/sqm-scripts
20 20
   SECTION:=net
21 21
   CATEGORY:=Base system
22 22
   DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
23
-	+iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
23
+	+iptables-mod-ipopt +iptables-mod-conntrack-extra
24 24
   TITLE:=SQM Scripts (QoS)
25 25
   PKGARCH:=all
26 26
   MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>