summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi-extras/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi-extras/recipes')
-rw-r--r--meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend
index 544e48f..d2eb2b7 100644
--- a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend
+++ b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend
@@ -28,8 +28,8 @@
28############################################################################ 28############################################################################
29 29
30do_deploy_append() { 30do_deploy_append() {
31 if [ "${RPI_FT5604}" = "1" ]; then 31 if [ "${RPI_FT5406}" = "1" ]; then
32 echo "# Enable rpi-ft5604 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt 32 echo "# Enable rpi-ft5406 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
33 echo "dtoverlay=rpi-ft5406" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt 33 echo "dtoverlay=rpi-ft5406" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt
34 fi 34 fi
35} 35}