diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 16:37:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-31 16:37:45 +0100 |
commit | 2dce122bacb8837543ff8e882a1df7284324e357 (patch) | |
tree | 0fd58ff9d34f6bd45c64109b97b608373cb2882b /mk | |
parent | a5b840d770cb5e9a06a8828e4756b776a10ca152 (diff) |
fix image creation
Diffstat (limited to 'mk')
-rw-r--r-- | mk/image.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/image.mk b/mk/image.mk index 484b2745a..3b1db46cd 100644 --- a/mk/image.mk +++ b/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: |