Root/package/qos-scripts/Makefile

1#
2# Copyright (C) 2006-2008 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:=2
13
14PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
15
16include $(INCLUDE_DIR)/package.mk
17
18define Package/qos-scripts
19  SECTION:=utils
20  CATEGORY:=Base system
21  DEPENDS:=+tc +kmod-sched +iptables +iptables-mod-filter +iptables-mod-ipopt +iptables-mod-conntrack-extra +iptables-mod-imq
22  TITLE:=QoS scripts
23  PKGARCH:=all
24endef
25
26define Package/qos-scripts/description
27 A set of scripts that abstract QoS configuration into a simple
28 configuration file supporting stanzas that specify any number of QoS
29 entries.
30endef
31
32define Build/Prepare
33endef
34
35define Build/Configure
36endef
37
38define Build/Compile
39endef
40
41define Package/qos-scripts/install
42    $(INSTALL_DIR) $(1)
43    $(CP) ./files/* $(1)/
44endef
45
46$(eval $(call BuildPackage,qos-scripts))
47

Archive Download this file



interactive