open-plc-utils: new package
[buildroot-gz.git] / fs / cloop / cloop.mk
blobf783adeb0022ba173e45fa2c44b4c7a79d6da19e
1 ################################################################################
3 # Build the compressed loop root filesystem image
5 ################################################################################
7 ROOTFS_CLOOP_DEPENDENCIES = host-cloop host-cdrkit
9 define ROOTFS_CLOOP_CMD
10 $(HOST_DIR)/usr/bin/genisoimage -r $(TARGET_DIR) | $(HOST_DIR)/usr/bin/create_compressed_fs - 65536 > $@
11 endef
13 $(eval $(call ROOTFS_TARGET,cloop))