From: nico Date: Mon, 4 Aug 2008 14:47:27 +0000 (+0000) Subject: dsl-qos-queue is broken on 2.6.26 as well X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=af29ddfb1409076ec208176e3d0ba03b316cd549;p=packages.git dsl-qos-queue is broken on 2.6.26 as well git-svn-id: svn://svn.openwrt.org/openwrt/packages@12093 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index cf39f523b..8ce8c1547 100644 --- a/net/dsl-qos-queue/Makefile +++ b/net/dsl-qos-queue/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/dsl-qos-queue SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 + DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 TITLE:=ADSL/ATM Bandwith management endef