fix firmware git pull

This commit is contained in:
parazyd 2016-09-30 15:08:06 +02:00
parent 3a27aaea4e
commit 3fb933ba5f
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,7 @@ build_kernel_armhf() {
notice "grabbing rpi-firmware..."
if [[ -d $R/tmp/kernels/$device_name/${device_name}-firmware ]]; then
pushd $R/tmp/kernels/$device_name/${device_name}
pushd $R/tmp/kernels/$device_name/${device_name}-firmware
git pull
popd
else
@ -145,7 +145,7 @@ build_kernel_armhf() {
pushd $R/tmp/kernels/$device_name/${device_name}-linux
sudo -E make INSTALL_MOD_PATH=$strapdir firmware_install
make mrproper
#make mrproper
make bcm2709_defconfig
sudo make modules_prepare
popd