cramfs.mk: drop invalid -q option
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user