mirror of https://github.com/parazyd/arm-sdk.git
fix rpi1 kernel build bug
This commit is contained in:
parent
0f29f52b8e
commit
318d019f9a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue