diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-06-17 14:07:35 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-17 14:07:35 +0000 |
commit | c308221feecf187e07a5c44c81b19462eb91d3a3 (patch) | |
tree | fea005d7355d0d8fedb61e15162fd967a85813e2 /conf | |
parent | dc32d171b52e7a268b49b6324c0d10fe7b5052d0 (diff) |
simpad.conf: fix typo
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/simpad.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index b227312589..2777e688bb 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices MACHINE_KERNEL_VERSION ?= "2.4" -require conf/include/simpad-${MACHINE_KERNEL_VERSION}.conf +require conf/machine/include/simpad-${MACHINE_KERNEL_VERSION}.conf TARGET_ARCH = "arm" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |