From: Paul Sokolovsky Date: Wed, 18 Apr 2007 14:23:36 +0000 (+0000) Subject: palmtx.conf: Wrap long lines and fix obvious typos. X-Git-Tag: Release-2010-05/1~8868^2~687^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295be5808d5da24cf311677af0d6c74e55995306;p=openembedded.git palmtx.conf: Wrap long lines and fix obvious typos. --- diff --git a/conf/machine/palmtx.conf b/conf/machine/palmtx.conf index 6d4ccf5b46..6b98f22cde 100644 --- a/conf/machine/palmtx.conf +++ b/conf/machine/palmtx.conf @@ -20,10 +20,13 @@ GUI_MACHINE_CLASS = "bigscreen" # Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm. require conf/machine/include/tune-xscale.conf -MACHINE_EXTRA_RDEPENDS += "kernel-module-pxa27x-keyboard kernel-module-pxapwm-bl kernel-module-wm97xx-ts kernel-module-palmtx-battery" +MACHINE_EXTRA_RDEPENDS += "kernel-module-pxa27x-keyboard \ + kernel-module-pxapwm-bl \ + kernel-module-wm97xx-ts \ + kernel-module-palmtx-battery" module_autoload_sa1100-rtc = "sa1100-rtc" module_autoload_pxa27x-keyboard = "pxa27x-keyboard" module_autoload_pxapwm-bl = "pxapwm-bl" -module_autoload_wm97xx-ts = "kernel-module-wm97xx-ts" -module_autoload_palmtx-battery = "kernel-module-palmtx-battery" +module_autoload_wm97xx-ts = "wm97xx-ts" +module_autoload_palmtx-battery = "palmtx-battery"