summaryrefslogtreecommitdiff
path: root/mk/image.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-12-31 16:37:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-12-31 16:37:45 +0100
commit2dce122bacb8837543ff8e882a1df7284324e357 (patch)
tree0fd58ff9d34f6bd45c64109b97b608373cb2882b /mk/image.mk
parenta5b840d770cb5e9a06a8828e4756b776a10ca152 (diff)
fix image creation
Diffstat (limited to 'mk/image.mk')
-rw-r--r--mk/image.mk2
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: