diff options
author | Holger Freyther <zecke@selfish.org> | 2006-11-11 01:44:32 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-11-11 01:44:32 +0000 |
commit | 163652f7fb3d27a7efabe76c35f5b903b74bc8a7 (patch) | |
tree | 8bd951e1e5aad65055175d1c66d2113ff0d00922 /conf/machine/h1940.conf | |
parent | 8b86a9487bc7ba997496ca8952f5045686dea6e5 (diff) |
Add quotes for assignments to make the new parser happy
Diffstat (limited to 'conf/machine/h1940.conf')
-rw-r--r-- | conf/machine/h1940.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |