|
@@ -56,7 +56,8 @@ define Build/dns313-images
|
|
|
|
|
|
|
|
# The device firmware needs revision 1 of EXT2
|
|
# The device firmware needs revision 1 of EXT2
|
|
|
$(STAGING_DIR_HOST)/bin/tune2fs -O filetype [email protected]
|
|
$(STAGING_DIR_HOST)/bin/tune2fs -O filetype [email protected]
|
|
|
- $(STAGING_DIR_HOST)/bin/e2fsck -pDf [email protected] > /dev/null
|
|
|
|
|
|
|
+ # Ignore errors because file system was intentionally broken with tune2fs
|
|
|
|
|
+ -$(STAGING_DIR_HOST)/bin/e2fsck -pDf [email protected] > /dev/null
|
|
|
|
|
|
|
|
./dns313_gen_hdd_img.sh $@ [email protected] $(IMAGE_ROOTFS) \
|
|
./dns313_gen_hdd_img.sh $@ [email protected] $(IMAGE_ROOTFS) \
|
|
|
$(CONFIG_TARGET_KERNEL_PARTSIZE) \
|
|
$(CONFIG_TARGET_KERNEL_PARTSIZE) \
|