1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

iproute2: add tc to the alternatives list

The tc command is provided both by busybox and iproute2.

(From OE-Core rev: db83d6860aef4a0bd15fca251c994ae8d3384931)

Signed-off-by: Lars Persson <larper@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Lars Persson
2019-03-13 14:08:58 +01:00
committed by Richard Purdie
parent f915e9c3d9
commit 2c7c08232e
@@ -52,3 +52,7 @@ ALTERNATIVE_${PN} = "ip"
ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}"
ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip"
ALTERNATIVE_PRIORITY = "100"
ALTERNATIVE_${PN}-tc = "tc"
ALTERNATIVE_LINK_NAME[tc] = "${base_sbindir}/tc"
ALTERNATIVE_PRIORITY_${PN}-tc = "100"