diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/recipes-bsp/formfactor/files/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/files/config b/meta/recipes-bsp/formfactor/files/config index ed15d9e031..e936916b43 100755 --- a/meta/recipes-bsp/formfactor/files/config +++ b/meta/recipes-bsp/formfactor/files/config @@ -5,7 +5,7 @@ if [ -e /etc/formfactor/machconfig ]; then fi if [ -z "$HAVE_TOUCHSCREEN" ]; then - HAVE_TOUCHSCREEN=1 + HAVE_TOUCHSCREEN=0 fi if [ -z "$HAVE_KEYBOARD" ]; then |