mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
can-utils: rrecommend iproute2 to make it possible to configure can interfaces
This replicates the fix from canutils.bb, for the same issue. See the link in the comment for details. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
71ab0ca5d6
commit
020b87add3
@@ -45,3 +45,8 @@ ALTERNATIVE:${PN} = "candump cansend cansequence"
|
||||
ALTERNATIVE_LINK_NAME[candump] = "${bindir}/candump"
|
||||
ALTERNATIVE_LINK_NAME[cansend] = "${bindir}/cansend"
|
||||
ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
|
||||
|
||||
# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
|
||||
# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
|
||||
RRECOMMENDS:${PN} += "iproute2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user