diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 01:21:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-11-20 01:21:42 +0000 |
commit | 1b9486446c85543c2a90469122ed79c98e6af9f0 (patch) | |
tree | 4595c398302e934af7eefd4c71813f4352b1388a /htb-init/htb-init_0.8.5.oe | |
parent | 7920d89da403b3231d3c9e29286043dda9560cae (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into home.hrw.one.pl:/home/hrw/zaurus/oe/packages
2004/11/20 02:20:47+01:00 hrw.one.pl!hrw
added license to some packages
BKrev: 419e9c26J8jBCbLq5erARzIY4dhVHA
Diffstat (limited to 'htb-init/htb-init_0.8.5.oe')
-rw-r--r-- | htb-init/htb-init_0.8.5.oe | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/htb-init/htb-init_0.8.5.oe b/htb-init/htb-init_0.8.5.oe index e69de29bb2..f238fdf780 100644 --- a/htb-init/htb-init_0.8.5.oe +++ b/htb-init/htb-init_0.8.5.oe @@ -0,0 +1,14 @@ +DESCRIPTION = "HTB.init is a shell script that allows for easy setup of HTB-based traffic control on Linux." +LICENSE = "GPL" +SRC_URI = "http://aleron.dl.sourceforge.net/sourceforge/htbinit/htb.init-v${PV} \ + file://htb.init+ingress+predef+verbose.diff;patch=1;pnum=0 \ + file://htb-basic-verbose.diff;patch=1;pnum=0" +RDEPENDS = "kernel-module-sch-ingress kernel-module-cls-route kernel-module-cls-u32 kernel-module-cls-fw kernel-module-sch-sfq kernel-module-sch-htb iproute2 (>= 2.6.8-r1)" + +S="${WORKDIR}/aleron.dl.sourceforge.net" + +do_install() { + install -d ${D}/${sysconfdir}/init.d + install -d ${D}/${sysconfdir}/htb + install -m 755 ${S}/htb.init-v${PV} ${D}/${sysconfdir}/init.d/htb +} |