summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
committerHolger Freyther <zecke@selfish.org>2006-11-11 01:44:32 +0000
commit163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch)
tree8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/machine
parent8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff)
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/amsdelta.conf2
-rw-r--r--conf/machine/h1940.conf2
-rw-r--r--conf/machine/lite5200.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/amsdelta.conf b/conf/machine/amsdelta.conf
index 443b70c5de..85afdc85f4 100644
--- a/conf/machine/amsdelta.conf
+++ b/conf/machine/amsdelta.conf
@@ -19,7 +19,7 @@ EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x40000"
GUI_MACHINE_CLASS="smallscreen"
-PREFERRED_VERSION_u-boot = 1.1.4
+PREFERRED_VERSION_u-boot = "1.1.4"
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index 3f3b2f916e..1ea4a68639 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -3,7 +3,7 @@
#@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940
IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te"
-TARGET_ARCH = arm
+TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-h1940"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
diff --git a/conf/machine/lite5200.conf b/conf/machine/lite5200.conf
index 2bf6cc2d8e..cd943f7e65 100644
--- a/conf/machine/lite5200.conf
+++ b/conf/machine/lite5200.conf
@@ -4,7 +4,7 @@ UBOOT_MACHINE = "Lite5200"
SERIAL_CONSOLE="38400 ttyS0"
-TARGET_PREFIX = powerpc-603e-linux-gnu-
+TARGET_PREFIX = "powerpc-603e-linux-gnu-"
IMAGE_FSTYPES = "jffs2 tar.bz2"