diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2011-09-09 16:05:07 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-27 15:42:24 +0200 |
commit | ccd96a3559324b742f357ce6bd8969c6318fe94b (patch) | |
tree | f6d4ebcc3eb73b5a834e0c0194ee3a17e453732b /fs/cramfs/cramfs.mk | |
parent | 7f9c4c0aa5dcd2329fc5eb17959f634fd9c9a822 (diff) |
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 <maxime.ripard@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/cramfs/cramfs.mk')
-rw-r--r-- | fs/cramfs/cramfs.mk | 6 |
1 files changed, 1 insertions, 5 deletions
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)) |