|
@@ -19,7 +19,8 @@ endif
|
|
|
|
|
|
define ROOTFS_SQUASHFS_CMD
|
|
define ROOTFS_SQUASHFS_CMD
|
|
$(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $$@ -noappend \
|
|
$(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $$@ -noappend \
|
|
- $(ROOTFS_SQUASHFS_ARGS)
|
|
|
|
|
|
+ $(ROOTFS_SQUASHFS_ARGS) && \
|
|
|
|
+ chmod 0644 $$@
|
|
endef
|
|
endef
|
|
|
|
|
|
$(eval $(call ROOTFS_TARGET,squashfs))
|
|
$(eval $(call ROOTFS_TARGET,squashfs))
|