diff options
| author | Lars Persson <lars.persson@axis.com> | 2019-03-13 14:08:58 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-18 11:12:26 +0000 |
| commit | 2c7c08232e6757e9b723dc1c8440bae4408c7123 (patch) | |
| tree | 1a664240429912ab4ccb489fe5897a422e76d189 | |
| parent | f915e9c3d975d3b2335c1dc85a3c6e512db204b5 (diff) | |
| download | poky-2c7c08232e6757e9b723dc1c8440bae4408c7123.tar.gz | |
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>
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2.inc b/meta/recipes-connectivity/iproute2/iproute2.inc index b283589063..1aa1eec0de 100644 --- a/meta/recipes-connectivity/iproute2/iproute2.inc +++ b/meta/recipes-connectivity/iproute2/iproute2.inc | |||
| @@ -52,3 +52,7 @@ ALTERNATIVE_${PN} = "ip" | |||
| 52 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" | 52 | ALTERNATIVE_TARGET[ip] = "${base_sbindir}/ip.${BPN}" |
| 53 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" | 53 | ALTERNATIVE_LINK_NAME[ip] = "${base_sbindir}/ip" |
| 54 | ALTERNATIVE_PRIORITY = "100" | 54 | ALTERNATIVE_PRIORITY = "100" |
| 55 | |||
| 56 | ALTERNATIVE_${PN}-tc = "tc" | ||
| 57 | ALTERNATIVE_LINK_NAME[tc] = "${base_sbindir}/tc" | ||
| 58 | ALTERNATIVE_PRIORITY_${PN}-tc = "100" | ||
