Remove call to depmod in busybox
The version of depmod in busybox does not work if two versions of the same kernel version are available, as search paths are not honoured correctly. However, we don't need to actually call depmod as it's done during image building anyway. Change-Id: Idd3cd5854e7c86e7ca1f2b0e50758d7db79ab6e7 Co-Author: matthew.gilliard@hp.com Closes-bug: #1302856
This commit is contained in:
parent
0fc211a82a
commit
d11c10fb6a
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ function string_contains() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function load_modules_by_udev() {
|
function load_modules_by_udev() {
|
||||||
depmod
|
|
||||||
udevadm trigger --action=add
|
udevadm trigger --action=add
|
||||||
udevadm settle
|
udevadm settle
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue