Skip to content

Commit 9ac2810

Browse files
author
David Cooke
authored
Possibly fix error on mkcramfs-e
1 parent 6549185 commit 9ac2810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdk/make/fullimages.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,10 @@ $(flashprefix)/boot-cramfs.img: $(KERNEL_BUILD_FILENAME)\
216216
$(flashprefix)/boot
217217
$(INSTALL) $(KERNEL_BUILD_FILENAME) $(flashprefix)/boot/root/platform/kernel/os
218218
if BOXMODEL_DM7000
219-
$(hostprefix)/bin/mkcramfs-e -eb $(flashprefix)/boot $(flashprefix)/boot-cramfs.img
219+
$(hostprefix)/bin/mkcramfs -e -eb $(flashprefix)/boot $(flashprefix)/boot-cramfs.img
220220
else
221221
mv $(flashprefix)/boot/root/platform/kernel/bild .
222-
$(hostprefix)/bin/mkcramfs-e -eb $(flashprefix)/boot $(flashprefix)/boot-cramfs.img
222+
$(hostprefix)/bin/mkcramfs -e -eb $(flashprefix)/boot $(flashprefix)/boot-cramfs.img
223223
mv ./bild $(flashprefix)/boot/root/platform/kernel
224224
endif
225225
@if [ `stat -c %s $(flashprefix)/boot-cramfs.img` -gt 1048576 ]; then \

0 commit comments

Comments
 (0)