cramfs.mk: drop invalid -q option

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-11-29 23:25:09 -08:00
parent 40f175b37a
commit f27ec358ef

View File

@ -10,7 +10,7 @@ CRAMFS_OPTS=-l
endif endif
define ROOTFS_CRAMFS_CMD define ROOTFS_CRAMFS_CMD
$(HOST_DIR)/usr/bin/mkcramfs -q $(CRAMFS_OPTS) $(TARGET_DIR) $$@ $(HOST_DIR)/usr/bin/mkcramfs $(CRAMFS_OPTS) $(TARGET_DIR) $$@
endef endef
ROOTFS_CRAMFS_DEPENDENCIES = host-cramfs ROOTFS_CRAMFS_DEPENDENCIES = host-cramfs