summaryrefslogtreecommitdiff
path: root/target/cramfs
diff options
context:
space:
mode:
Diffstat (limited to 'target/cramfs')
-rw-r--r--target/cramfs/Config.in6
-rw-r--r--target/cramfs/cramfs.mk22
2 files changed, 0 insertions, 28 deletions
diff --git a/target/cramfs/Config.in b/target/cramfs/Config.in
deleted file mode 100644
index 1a4e32647..000000000
--- a/target/cramfs/Config.in
+++ /dev/null
@@ -1,6 +0,0 @@
-config BR2_TARGET_ROOTFS_CRAMFS
- bool "cramfs root filesystem"
- help
- Build a cramfs root filesystem
-
- http://sourceforge.net/projects/cramfs/
diff --git a/target/cramfs/cramfs.mk b/target/cramfs/cramfs.mk
deleted file mode 100644
index ccd316f5d..000000000
--- a/target/cramfs/cramfs.mk
+++ /dev/null
@@ -1,22 +0,0 @@
-#############################################################
-#
-# Build the cramfs root filesystem image
-#
-#############################################################
-ifeq ($(BR2_ENDIAN),"BIG")
-CRAMFS_OPTS=-b
-else
-CRAMFS_OPTS=-l
-endif
-
-ifneq ($(TARGET_DEVICE_TABLE),)
-CRAMFS_OPTS += -D $(TARGET_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