tinyramfs: fix incorrect path to modules
This commit is contained in:
parent
4a16c0f042
commit
1f2b391f9d
@ -128,7 +128,7 @@ copy_modules()
|
|||||||
drivers/usb/storage -type f 2> /dev/null |
|
drivers/usb/storage -type f 2> /dev/null |
|
||||||
|
|
||||||
while read -r _mod; do
|
while read -r _mod; do
|
||||||
copy_file "$_mod" "/lib/modules/${kernel}/${_mod}" 0644
|
copy_file "$_mod" "/lib/modules/${kernel}/kernel/${_mod}" 0644
|
||||||
done
|
done
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user