@@ -237,7 +237,7 if [ "$BUILD_KERNEL" = true ] ; then | |||||
237 | echo "CONFIG_CRYPTO_XTS=y" |
|
237 | echo "CONFIG_CRYPTO_XTS=y" | |
238 | echo "CONFIG_CRYPTO_SHA512=y" |
|
238 | echo "CONFIG_CRYPTO_SHA512=y" | |
239 | echo "CONFIG_CRYPTO_MANAGER=y" |
|
239 | echo "CONFIG_CRYPTO_MANAGER=y" | |
240 |
} >> "${KERNEL_DIR}/.config |
|
240 | } >> "${KERNEL_DIR}"/.config | |
241 | fi |
|
241 | fi | |
242 | fi |
|
242 | fi | |
243 |
|
243 |
@@ -123,14 +123,13 if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then | |||||
123 | # Set permissions |
|
123 | # Set permissions | |
124 | chown -R root:root "${R}/tmp/pi-bluetooth" |
|
124 | chown -R root:root "${R}/tmp/pi-bluetooth" | |
125 |
|
125 | |||
126 | # Install files to chroot |
|
|||
127 |
|
|
126 | # Install tools | |
128 | install_readonly "${R}/tmp/pi-bluetooth/usr/bin/btuart" "${R}/usr/bin/btuart" |
|
127 | install_readonly "${R}/tmp/pi-bluetooth/usr/bin/btuart" "${R}/usr/bin/btuart" | |
129 | install_readonly "${R}/tmp/pi-bluetooth/usr/bin/bthelper" "${R}/usr/bin/bthelper" |
|
128 | install_readonly "${R}/tmp/pi-bluetooth/usr/bin/bthelper" "${R}/usr/bin/bthelper" | |
|
129 | ||||
130 | # Install bluetooth udev rule |
|
130 | # Install bluetooth udev rule | |
131 | install_readonly "${R}/tmp/pi-bluetooth/lib/udev/rules.d/90-pi-bluetooth.rules" "${LIB_DIR}/udev/rules.d/90-pi-bluetooth.rules" |
|
131 | install_readonly "${R}/tmp/pi-bluetooth/lib/udev/rules.d/90-pi-bluetooth.rules" "${LIB_DIR}/udev/rules.d/90-pi-bluetooth.rules" | |
132 | # aur |
|
132 | ||
133 | # install_readonly "${R}/tmp/pi-bluetooth/50-bluetooth-hci-auto-poweron.rules" "${ETC_DIR}/udev/rules.d/50-bluetooth-hci-auto-poweron.rules" |
|
|||
134 |
|
|
133 | # Install Firmware Flash file and apropiate licence | |
135 | mkdir "${ETC_DIR}/firmware/" |
|
134 | mkdir "${ETC_DIR}/firmware/" | |
136 | install_readonly "${R}/tmp/pi-bluetooth/LICENCE.broadcom_bcm43xx" "${ETC_DIR}/firmware/LICENCE.broadcom_bcm43xx" |
|
135 | install_readonly "${R}/tmp/pi-bluetooth/LICENCE.broadcom_bcm43xx" "${ETC_DIR}/firmware/LICENCE.broadcom_bcm43xx" |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant