From: Koen Kooi Date: Thu, 28 Jul 2005 09:43:57 +0000 (+0000) Subject: Attempt to fix the overrides situation in h3900.conf X-Git-Tag: Release-2010-05/1~9453^2~4017^2~3^2~14^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f58099c4b71893db89309bb714f01b1482f10667;p=openembedded.git Attempt to fix the overrides situation in h3900.conf --- 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"