dsl-qos-queue is broken on 2.6.26 as well
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Aug 2008 14:47:27 +0000 (14:47 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Aug 2008 14:47:27 +0000 (14:47 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12093 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dsl-qos-queue/Makefile

index cf39f52..8ce8c15 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