git firmware; err chk

This commit is contained in:
parazyd 2016-05-30 23:38:44 +02:00
parent 658f9bcd22
commit 05fd5a06a7
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 5 deletions

View File

@ -425,7 +425,7 @@ get-kernel-firmware() {
git pull
popd
else
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git $R/tmp/firmware
git clone https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git $R/tmp/firmware
fi
}
@ -459,10 +459,6 @@ make-kernel-modules() {
sudo chown -R $USER ${strapdir}/lib/modules
sudo chown -R $USER ${strapdir}/lib/firmware
make modules_install INSTALL_MOD_PATH=${strapdir}
[[ $? = 0 ]] || {
error "Failed installing kernel modules"
return 1
}
}
copy-zram() {