@@ -233,7 +233,7 if [ "$BUILD_KERNEL" = true ] ; then | |||||
233 | chroot_exec ln -sf /usr/src/linux "/lib/modules/${KERNEL_VERSION}/source" |
|
233 | chroot_exec ln -sf /usr/src/linux "/lib/modules/${KERNEL_VERSION}/source" | |
234 | fi |
|
234 | fi | |
235 | fi |
|
235 | fi | |
236 | elif [ BUILD_KERNEL = false ] |
|
236 | elif [ "$BUILD_KERNEL" = false ] ; then | |
237 | # Collabora states this kernel is just for RPI 2 so better implement a check. |
|
237 | # Collabora states this kernel is just for RPI 2 so better implement a check. | |
238 | #From https://repositories.collabora.co.uk/debian/dists/jessie/rpi2/binary-armhf/Packages |
|
238 | #From https://repositories.collabora.co.uk/debian/dists/jessie/rpi2/binary-armhf/Packages | |
239 | #"The Linux kernel "${COLLABORA_KERNEL}" and modules for use on ARMv7 kernel for Raspberry pi 2 model B+" |
|
239 | #"The Linux kernel "${COLLABORA_KERNEL}" and modules for use on ARMv7 kernel for Raspberry pi 2 model B+" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant