X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fdsl-qos-queue%2FMakefile;h=99a2d3e98e5c8a4ed8de72440a6687ee9bc3b1b4;hb=5bc7c01ab11e7c2fc368f4e1b6b288a1328e2098;hp=b78e2404e39ba5c8c1b4e25e533b39efc10e687d;hpb=12aa7d07d69ff397fbdee648fed600af9f2d4cfe;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/net/dsl-qos-queue/Makefile b/net/dsl-qos-queue/Makefile index b78e2404e3..99a2d3e98e 100644 --- a/net/dsl-qos-queue/Makefile +++ b/net/dsl-qos-queue/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dsl_qos_queue PKG_VERSION:=0.9.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sonicspike.net/software/download/ @@ -22,8 +22,9 @@ include $(INCLUDE_DIR)/package.mk define Package/dsl-qos-queue SECTION:=net CATEGORY:=Network - DEPENDS:=+iptables +kmod-ipt-queue @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28 + DEPENDS:=+iptables +kmod-ipt-queue +iptables-mod-ipopt @!LINUX_2_6_25 @!LINUX_2_6_26 @!LINUX_2_6_27 @!LINUX_2_6_28 TITLE:=ADSL/ATM Bandwith management + URL:=http://www.sonicspike.net/software/ endef define Build/Configure