X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fqos-scripts%2FMakefile;h=3de4be74de4bf97855a72e2c36a3f43bab7021cc;hb=3b8c7ad8bbd2eaa1228b6c90de0f0de55acbb3c1;hp=78a8cc2563e809076caaa5368bbc7c36a58903f6;hpb=de4be9af1e051a72b7cbd0a892b4154a8e64d226;p=openwrt.git diff --git a/package/qos-scripts/Makefile b/package/qos-scripts/Makefile index 78a8cc2563..3de4be74de 100644 --- a/package/qos-scripts/Makefile +++ b/package/qos-scripts/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=qos-scripts -PKG_VERSION:=0.9.4 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) @@ -19,12 +19,14 @@ 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-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack +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. +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