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 | 488d9275543f3ad970bdecfff8e7c327564a51d6 (patch) | |
tree | 5a5d0e60e03bc90a0f91598c63365d51a426ba6c /package/qos-scripts | |
parent | 6a07b477c06ea67803ef3e497a041f8a6b12b7ed (diff) | |
download | upstream-488d9275543f3ad970bdecfff8e7c327564a51d6.tar.gz upstream-488d9275543f3ad970bdecfff8e7c327564a51d6.tar.bz2 upstream-488d9275543f3ad970bdecfff8e7c327564a51d6.zip |
kernel: split off act_connmark into a separate package to avoid cluttering kmod-sched with a netfilter dependency (fixes #11483)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31791 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |