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