2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 # $Id: Makefile 4823 2006-09-23 13:45:49Z nico $
9 include $(TOPDIR
)/rules.mk
15 PKG_BUILD_DIR
:= $(BUILD_DIR
)/$(PKG_NAME
)
17 include $(INCLUDE_DIR
)/package.mk
19 define Package
/qos-scripts
22 DEPENDS
:=+tc
+kmod-sched
+iptables-mod-filter
+iptables-mod-ipopt
+iptables-mod-extra
+iptables-mod-conntrack
+iptables-mod-imq
24 DESCRIPTION
:=QoS scripts
\\\
25 A set of scripts that abstract QoS configuration
\\\
26 into a simple configuration file supporting stanzas that specify
\\\
27 any number of QoS entries.
33 define Build
/Configure
39 define Package
/qos-scripts
/install
44 $(eval
$(call BuildPackage
,qos-scripts
))