summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-18 08:44:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-18 08:44:40 +0100
commitecccdfb45e27df5d9ee6deba57fb4fa28131a59d (patch)
treedb472d4cce5e4a6ca90c2b87a1a9de7dc1a3fb78 /mk
parent29aeaabe6982746e79cdec6ce8975f1207c1a1dc (diff)
enable pppoa and fix dsl driver
- fix dsl driver crash, sync is now successful - add ppp ppp over atm
Diffstat (limited to 'mk')
-rw-r--r--mk/image.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/image.mk b/mk/image.mk
index 1b92da0df..a41e41482 100644
--- a/mk/image.mk
+++ b/mk/image.mk
@@ -70,8 +70,8 @@ ${BIN_DIR}/${ROOTFSSQUASHFS}: ${TARGET_DIR}
-nopad -noappend -root-owned $(MAKE_TRACE)
cat ${BIN_DIR}/${ADK_TARGET}-${ARCH}-kernel ${BUILD_DIR}/root.squashfs > \
${BUILD_DIR}/${ROOTFSSQUASHFS}
- # padding of images is required
- dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \
+ # padding of images is required, foxboard only?
+ #dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \
bs=4063232 conv=sync $(MAKE_TRACE)
imageclean: