dsl-qos-queue cannot be built under 2.6.25, hide it for this kernel version
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Jul 2008 19:49:59 +0000 (19:49 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 11 Jul 2008 19:49:59 +0000 (19:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11770 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/dsl-qos-queue/Makefile

index e24985f..cf39f52 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
+  DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25
   TITLE:=ADSL/ATM Bandwith management
 endef