op_touchinit.sh: Fixed typo.
authorMichael Mrozek <EvilDragon@openpandora.de>
Tue, 3 Jul 2012 08:52:18 +0000 (10:52 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Tue, 3 Jul 2012 08:52:18 +0000 (10:52 +0200)
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_touchinit.sh

index fc98337..9dfdb7c 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r108"
+PR = "r109"
 
 SRC_URI = " \
           file://op_paths.sh \
index ca57a50..ce1786c 100644 (file)
@@ -1,3 +1,3 @@
 #!/bin/bash
 rmmod ads7846
-modprobe ads7848
\ No newline at end of file
+modprobe ads7846
\ No newline at end of file