mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00:00
kmod: bump alternative priority
toybox by default has a priority of 60, and busybox of 50. Bump kmod's priority so that it beats both toybox and busybox. (From OE-Core rev: b17ae3e13dea4b12f1720170237142e04d5ab578) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
82cd4da67f
commit
71677b7435
@@ -39,7 +39,7 @@ do_compile_prepend() {
|
||||
|
||||
inherit update-alternatives bash-completion
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
ALTERNATIVE_PRIORITY = "70"
|
||||
|
||||
ALTERNATIVE_kmod = "insmod modprobe rmmod modinfo bin-lsmod lsmod depmod"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user