Merges.
[vuplus_openembedded] / linux / omap_2.6.5-omap1.oe
index d35dfce..8593e83 100644 (file)
@@ -11,7 +11,7 @@ inherit kernel
 KERNEL_IMAGETYPE = "zImage"
 
 do_configure_prepend() {
-       oe_machinstall -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
+       install -m 0644 ${WORKDIR}/defconfig ${S}/.config || die "no default configuration for ${MACHINE} available."
         oe_runmake oldconfig
 }