fix rpi1 kernel build bug

This commit is contained in:
parazyd 2017-04-11 14:34:44 +02:00
parent 0f29f52b8e
commit 318d019f9a
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ build_kernel_armel() {
$MAKEOPTS \
ARCH=arm \
CROSS_COMPILE=$compiler \
INSTALL_MOD_PATH=$strapdir
INSTALL_MOD_PATH=$strapdir \
modules_install || zerr
popd