Browse Source

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>
Dan McGregor 6 years ago
parent
commit
71677b7435
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta/recipes-kernel/kmod/kmod_git.bb

+ 1 - 1
meta/recipes-kernel/kmod/kmod_git.bb

@@ -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"