diff options
author | Koen Kooi <koen@openembedded.org> | 2005-07-28 09:43:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 09:43:57 +0000 |
commit | f58099c4b71893db89309bb714f01b1482f10667 (patch) | |
tree | 1ca28274f57dc8a1078856feb0413d600f49a179 /conf/machine/h3900.conf | |
parent | 444d74478da5df4fa280d48ddcab7c1f4ed19584 (diff) |
Attempt to fix the overrides situation in h3900.conf
Diffstat (limited to 'conf/machine/h3900.conf')
-rw-r--r-- | conf/machine/h3900.conf | 2 |
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" |