Browse Source

sqm-scripts: Fix dependency on tc.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Toke Høiland-Jørgensen 9 years ago
parent
commit
4a51d6001e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      net/sqm-scripts/Makefile

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

@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
10 10
 PKG_NAME:=sqm-scripts
11 11
 PKG_SOURCE_VERSION:=131c8c1be452baf3979d25c51bfb5af5723d6b67
12 12
 PKG_VERSION:=1.0
13
-PKG_RELEASE:=2
13
+PKG_RELEASE:=3
14 14
 PKG_LICENSE:=GPLv2
15 15
 
16 16
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.xz
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
24 24
 define Package/sqm-scripts
25 25
   SECTION:=net
26 26
   CATEGORY:=Base system
27
-  DEPENDS:=@(PACKAGE_tc||PACKAGE_tc-adv) +kmod-sched +kmod-ifb iptables +ip \
27
+  DEPENDS:=+tc +kmod-sched +kmod-ifb iptables +ip \
28 28
 	+iptables-mod-ipopt +iptables-mod-conntrack-extra
29 29
   TITLE:=SQM Scripts (QoS)
30 30
   PKGARCH:=all