diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-05-18 18:36:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-05-18 18:36:36 +0000 |
commit | 040ce45f98b238217d1cd27e48ea7d0a022655a3 (patch) | |
tree | f6458b797f35cdf0ced32589b4710fe3dc25ee38 /package/qos-scripts | |
parent | c63ef048747629cde1be29cb9eda4b2c5b10ee93 (diff) | |
download | upstream-040ce45f98b238217d1cd27e48ea7d0a022655a3.tar.gz upstream-040ce45f98b238217d1cd27e48ea7d0a022655a3.tar.bz2 upstream-040ce45f98b238217d1cd27e48ea7d0a022655a3.zip |
kernel: split off act_connmark into a separate package to avoid cluttering kmod-sched with a netfilter dependency (fixes #11483)
SVN-Revision: 31791
Diffstat (limited to 'package/qos-scripts')
-rw-r--r-- | package/qos-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 83821288d9..be2a5a8ed1 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/package.mk define Package/qos-scripts SECTION:=utils CATEGORY:=Base system - DEPENDS:=+tc +kmod-sched-core +kmod-ifb +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra + DEPENDS:=+tc +kmod-sched-core +kmod-sched-connmark +kmod-ifb +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra TITLE:=QoS scripts PKGARCH:=all endef |