aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3900.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-07-28 09:43:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-28 09:43:57 +0000
commitf58099c4b71893db89309bb714f01b1482f10667 (patch)
tree1ca28274f57dc8a1078856feb0413d600f49a179 /conf/machine/h3900.conf
parent444d74478da5df4fa280d48ddcab7c1f4ed19584 (diff)
downloadopenembedded-f58099c4b71893db89309bb714f01b1482f10667.tar.gz
Attempt to fix the overrides situation in h3900.conf
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r--conf/machine/h3900.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index 37dd0a52f2..aee3bacdbd 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -5,7 +5,7 @@
KERNEL ?= "kernel24"
#KERNEL ?= "kernel26"
-OVERRIDES := "${KERNEL}:${OVERRIDES}"
+OVERRIDES .= "${KERNEL}"
TARGET_ARCH = "arm"
IPKG_ARCHS = "all arm ipaqpxa h3900"