Merge "Remove call to depmod in busybox"

This commit is contained in:
Jenkins 2014-04-12 00:12:52 +00:00 committed by Gerrit Code Review
commit ae9ccc4a23

View File

@ -46,7 +46,6 @@ function string_contains() {
}
function load_modules_by_udev() {
depmod
udevadm trigger --action=add
udevadm settle
}