##// END OF EJS Templates
0
Unknown -
r421:2a79c63c06f2
parent child
Show More
@@ -237,7 +237,7 if [ "$BUILD_KERNEL" = true ] ; then
237 237 echo "CONFIG_CRYPTO_XTS=y"
238 238 echo "CONFIG_CRYPTO_SHA512=y"
239 239 echo "CONFIG_CRYPTO_MANAGER=y"
240 } >> "${KERNEL_DIR}/.config"
240 } >> "${KERNEL_DIR}"/.config
241 241 fi
242 242 fi
243 243
@@ -123,14 +123,13 if [ "$RPI_MODEL" = 3 ] || [ "$RPI_MODEL" = 3P ] ; then
123 123 # Set permissions
124 124 chown -R root:root "${R}/tmp/pi-bluetooth"
125 125
126 # Install files to chroot
127 126 # Install tools
128 127 install_readonly "${R}/tmp/pi-bluetooth/usr/bin/btuart" "${R}/usr/bin/btuart"
129 128 install_readonly "${R}/tmp/pi-bluetooth/usr/bin/bthelper" "${R}/usr/bin/bthelper"
129
130 130 # Install bluetooth udev rule
131 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
133 # install_readonly "${R}/tmp/pi-bluetooth/50-bluetooth-hci-auto-poweron.rules" "${ETC_DIR}/udev/rules.d/50-bluetooth-hci-auto-poweron.rules"
132
134 133 # Install Firmware Flash file and apropiate licence
135 134 mkdir "${ETC_DIR}/firmware/"
136 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