Explorar el Código

fix image creation

Waldemar Brodkorb hace 13 años
padre
commit
2dce122bac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mk/image.mk

+ 1 - 1
mk/image.mk

@@ -69,7 +69,7 @@ ${BIN_DIR}/${ROOTFSSQUASHFS}: ${TARGET_DIR}
 	${STAGING_HOST_DIR}/bin/mksquashfs ${TARGET_DIR} \
 		${BUILD_DIR}/root.squashfs \
 		-nopad -noappend -root-owned $(MAKE_TRACE)
-	cat ${ADK_TARGET_KERNEL} ${BUILD_DIR}/root.squashfs > \
+	cat ${TARGET_KERNEL} ${BUILD_DIR}/root.squashfs > \
 		${BUILD_DIR}/${ROOTFSSQUASHFS}
 
 createinitramfs: