dsl-qos-queue: remove obsolete kernel version dependencies

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31799 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-05-18 19:04:00 +00:00
parent 896127a823
commit 0ab5352aa2

View File

@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/dsl-qos-queue
SECTION:=net
CATEGORY:=Network
DEPENDS:=+iptables +kmod-ipt-queue +iptables-mod-ipopt +libipq @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28
DEPENDS:=+iptables +kmod-ipt-queue +iptables-mod-ipopt +libipq
TITLE:=ADSL/ATM Bandwith management
URL:=http://www.sonicspike.net/software/
endef