From ccd96a3559324b742f357ce6bd8969c6318fe94b Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 9 Sep 2011 16:05:07 +0200 Subject: Cleanup cramfs package declaration. Cramfs still passes the device table to mkcramfs, which is irrelevant now with fakeroot, remove this behaviour and the associated patch. Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- fs/cramfs/cramfs.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'fs') diff --git a/fs/cramfs/cramfs.mk b/fs/cramfs/cramfs.mk index e0deb7e2a..9b0141f48 100644 --- a/fs/cramfs/cramfs.mk +++ b/fs/cramfs/cramfs.mk @@ -9,14 +9,10 @@ else CRAMFS_OPTS=-l endif -ifneq ($(ROOTFS_DEVICE_TABLE),) -CRAMFS_OPTS += -D $(ROOTFS_DEVICE_TABLE) -endif - define ROOTFS_CRAMFS_CMD $(HOST_DIR)/usr/bin/mkcramfs -q $(CRAMFS_OPTS) $(TARGET_DIR) $$@ endef ROOTFS_CRAMFS_DEPENDENCIES = host-cramfs -$(eval $(call ROOTFS_TARGET,cramfs)) \ No newline at end of file +$(eval $(call ROOTFS_TARGET,cramfs)) -- cgit v1.2.3