2 # Copyright (C) 2006-2011 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
8 include $(TOPDIR
)/rules.mk
14 PKG_BUILD_DIR
:= $(BUILD_DIR
)/$(PKG_NAME
)
16 include $(INCLUDE_DIR
)/package.mk
18 define Package
/qos-scripts
21 DEPENDS
:=+tc
+kmod-sched
+kmod-ifb
+iptables
+iptables-mod-filter
+iptables-mod-ipopt
+iptables-mod-conntrack-extra
26 define 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
32 define Package
/qos-scripts
/conffiles
39 define Build
/Configure
45 define Package
/qos-scripts
/install
50 $(eval
$(call BuildPackage
,qos-scripts
))