X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fqos-scripts%2FMakefile;h=253e65dc4ea6fc931a9c4b7969ba5e854782653a;hb=4830dd1a9f256c382c92dfa658c042bea2f3fb2e;hp=8124bc7558a1fea337e9524ab0054f6a1832bf28;hpb=4f53f8d738498892c6a612d27cf6cedbcd4b1d88;p=openwrt-10.03%2F.git diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 8124bc755..253e65dc4 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -1,16 +1,15 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id: Makefile 4823 2006-09-23 13:45:49Z nico $ include $(TOPDIR)/rules.mk PKG_NAME:=qos-scripts -PKG_VERSION:=0.9.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.2.1 +PKG_RELEASE:=2 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -19,12 +18,15 @@ include $(INCLUDE_DIR)/package.mk define Package/qos-scripts SECTION:=utils CATEGORY:=Base system - DEPENDS:=+tc +kmod-sched +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-extra +iptables-mod-conntrack +iptables-mod-imq + DEPENDS:=+tc +kmod-sched +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq TITLE:=QoS scripts - DESCRIPTION:=QoS scripts \\\ - A set of scripts that abstract QoS configuration \\\ - into a simple configuration file supporting stanzas that specify \\\ - any number of QoS entries. + PKGARCH:=all +endef + +define Package/qos-scripts/description + A set of scripts that abstract QoS configuration into a simple + configuration file supporting stanzas that specify any number of QoS + entries. endef define Build/Prepare