From 4629e81dcb8b02fd9d26437c61a4bbaaca5784f0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 23 Aug 2016 10:27:02 +0300 Subject: Fix typo in RPi overlay config Change-Id: Ifa7f7625817c9e635f0a40576963ce758ff0569a Task-number: QTBUG-52520 Reviewed-by: Teemu Holappa --- meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-raspberrypi-extras/recipes') diff --git a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend index b711ab5..da7a7b5 100644 --- a/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend +++ b/meta-raspberrypi-extras/recipes/bootfiles/rpi-config_git.bbappend @@ -20,8 +20,8 @@ ############################################################################## do_deploy_append() { - if [ "${RPI_FT5604}" = "1" ]; then - echo "# Enable rpi-ft5604 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt + if [ "${RPI_FT5406}" = "1" ]; then + echo "# Enable rpi-ft5406 touch" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt echo "dtoverlay=rpi-ft5406" >>${DEPLOYDIR}/bcm2835-bootfiles/config.txt fi } -- cgit v1.2.3-54-g00ecf