summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorClemens Gruber <clemens.gruber@pqgruber.com>2018-09-21 18:08:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-09-27 10:28:57 +0200
commita7bb0877aa202dc3c66ab3f45246001627b551c8 (patch)
treeb78f6a781454d0e8919860c21f984620e6d9ff11 /rules
parentf12747b78610c15a9400ada987c9dc1ac3743111 (diff)
downloadptxdist-a7bb0877aa202dc3c66ab3f45246001627b551c8.tar.gz
ptxdist-a7bb0877aa202dc3c66ab3f45246001627b551c8.tar.xz
iproute2: add busybox guard dependency
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/iproute2.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/iproute2.in b/rules/iproute2.in
index 888b59546..6e9f022d3 100644
--- a/rules/iproute2.in
+++ b/rules/iproute2.in
@@ -133,10 +133,14 @@ config IPROUTE2_SS
config IPROUTE2_TC
bool
+ depends on !BUSYBOX_TC || ALLYES
prompt "tc"
help
tc is used to configure Traffic Control in the Linux Kernel, which
consists of Shaping, Scheduling, Policing and Dropping.
Processing of traffic is controlled by qdiscs, classes and filters.
+comment "busybox' tc is selected"
+ depends on BUSYBOX_TC
+
endif