File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,10 @@ $(flashprefix)/boot-cramfs.img: $(KERNEL_BUILD_FILENAME)\
216
216
$(flashprefix ) /boot
217
217
$(INSTALL ) $(KERNEL_BUILD_FILENAME ) $(flashprefix ) /boot/root/platform/kernel/os
218
218
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
220
220
else
221
221
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
223
223
mv ./bild $(flashprefix)/boot/root/platform/kernel
224
224
endif
225
225
@if [ `stat -c %s $(flashprefix)/boot-cramfs.img` -gt 1048576 ]; then \
You can’t perform that action at this time.
0 commit comments