diff options
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 |