Root/package/network/config/qos-scripts/Makefile

1#
2# Copyright (C) 2006-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8include $(TOPDIR)/rules.mk
9
10PKG_NAME:=qos-scripts
11PKG_VERSION:=1.2.1
12PKG_RELEASE:=6
13
14PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
15
16PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
17
18include $(INCLUDE_DIR)/package.mk
19
20define Package/qos-scripts
21  SECTION:=utils
22  CATEGORY:=Base system
23  DEPENDS:=+tc +kmod-sched-core +kmod-sched-connmark +kmod-ifb +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra
24  TITLE:=QoS scripts
25  PKGARCH:=all
26endef
27
28define Package/qos-scripts/description
29 A set of scripts that abstract QoS configuration into a simple
30 configuration file supporting stanzas that specify any number of QoS
31 entries.
32endef
33
34define Package/qos-scripts/conffiles
35/etc/config/qos
36endef
37
38define Build/Prepare
39endef
40
41define Build/Configure
42endef
43
44define Build/Compile
45endef
46
47define Package/qos-scripts/install
48    $(INSTALL_DIR) $(1)
49    $(CP) ./files/* $(1)/
50endef
51
52$(eval $(call BuildPackage,qos-scripts))
53

Archive Download this file



interactive