dsl-qos-queue is broken on 2.6.26 as well
authorNicolas Thill <nico@openwrt.org>
Mon, 4 Aug 2008 14:47:27 +0000 (14:47 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 4 Aug 2008 14:47:27 +0000 (14:47 +0000)
SVN-Revision: 12093

net/dsl-qos-queue/Makefile

index cf39f523ba22172c628e80d805064169bea4e9d7..8ce8c15476d8742709bf5c67a657a13cce347592 100644 (file)
@@ -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