aboutsummaryrefslogtreecommitdiffstats
path: root/packages/htb-init
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2005-02-15 02:59:54 +0000
committerRene Wagner <rw@handhelds.org>2005-02-15 02:59:54 +0000
commit1180bd0205b882137f2d9d2038fd888a24202e2d (patch)
tree6a0d5fa336d3f70870db1a22eb7a56b6242da17a /packages/htb-init
parent3ab41acf57fc0d233a5906f709943fb86d6fd28d (diff)
downloadopenembedded-1180bd0205b882137f2d9d2038fd888a24202e2d.tar.gz
htb-init: demote kernel-module-* to RRECOMMENDS
BKrev: 421165aaCnmxvoUgJM4jDhX9S4cURw
Diffstat (limited to 'packages/htb-init')
-rw-r--r--packages/htb-init/htb-init_0.8.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/htb-init/htb-init_0.8.5.bb b/packages/htb-init/htb-init_0.8.5.bb
index 503c8060dc..7a3d69e4e9 100644
--- a/packages/htb-init/htb-init_0.8.5.bb
+++ b/packages/htb-init/htb-init_0.8.5.bb
@@ -2,11 +2,13 @@ DESCRIPTION = "HTB.init is a shell script that allows for easy setup of HTB-base
HOMEPAGE = "http://sourceforge.net/projects/htbinit"
MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
LICENSE = "GPL"
+PR = "r1"
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)"
+RRECOMMENDS = "kernel-module-sch-ingress kernel-module-cls-route kernel-module-cls-u32 kernel-module-cls-fw kernel-module-sch-sfq kernel-module-sch-htb"
+RDEPENDS = "iproute2 (>= 2.6.8-r1)"
S="${WORKDIR}"