diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-10 22:30:06 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:04:36 +0200 |
commit | 0585241505cfaddc9db6ae92739bdfb5ce5f9794 (patch) | |
tree | 8fb56f7d4ba91b0384e522c10ed9dbdb77dfe7ec /target/squashfs | |
parent | 325bfd1cbae03fe286796d3fa7de7c0a3227f7a5 (diff) |
Move all filesystem generation code to fs/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target/squashfs')
-rw-r--r-- | target/squashfs/Config.in | 4 | ||||
-rw-r--r-- | target/squashfs/squashfsroot.mk | 13 |
2 files changed, 0 insertions, 17 deletions
diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in deleted file mode 100644 index 6cc8fcae0..000000000 --- a/target/squashfs/Config.in +++ /dev/null @@ -1,4 +0,0 @@ -config BR2_TARGET_ROOTFS_SQUASHFS - bool "squashfs root filesystem" - help - Build a squashfs root filesystem diff --git a/target/squashfs/squashfsroot.mk b/target/squashfs/squashfsroot.mk deleted file mode 100644 index d72388ebf..000000000 --- a/target/squashfs/squashfsroot.mk +++ /dev/null @@ -1,13 +0,0 @@ -############################################################# -# -# Build the squashfs root filesystem image -# -############################################################# - -ROOTFS_SQUASHFS_DEPENDENCIES = host-squashfs - -define ROOTFS_SQUASHFS_CMD - $(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $$@ -noappend -endef - -$(eval $(call ROOTFS_TARGET,squashfs))
\ No newline at end of file |