diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-23 22:03:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-23 22:03:23 +0000 |
commit | d74ea347fe3efece372a911cfc4394d0713e38a5 (patch) | |
tree | a5ab93a77176da6e31286da9542b6fa0d2604434 /openwrt/Config.in | |
parent | ce9573d5658a88a493a24482f21cb32219d742b6 (diff) | |
download | mtk-20170518-d74ea347fe3efece372a911cfc4394d0713e38a5.zip mtk-20170518-d74ea347fe3efece372a911cfc4394d0713e38a5.tar.gz mtk-20170518-d74ea347fe3efece372a911cfc4394d0713e38a5.tar.bz2 |
clean up filesystem selction
SVN-Revision: 4847
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r-- | openwrt/Config.in | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in index d1d66ff..7b28255 100644 --- a/openwrt/Config.in +++ b/openwrt/Config.in @@ -64,31 +64,28 @@ menu "Target Images" config TARGET_ROOTFS_JFFS2 bool "jffs2" - default y + default y if USES_JFFS2 depends !TARGET_ROOTFS_INITRAMFS help Build a jffs2 root filesystem config TARGET_ROOTFS_SQUASHFS bool "squashfs" - default y - depends !LINUX_2_6_ARUBA - depends !LINUX_2_6_XSCALE + default y if USES_SQUASHFS depends !TARGET_ROOTFS_INITRAMFS - depends !LINUX_2_6_AU1000 help Build a squashfs-lzma root filesystem config TARGET_ROOTFS_TGZ bool "tgz" - default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X + default y if !USES_SQUASHFS && !USES_JFFS2 depends !TARGET_ROOTFS_INITRAMFS help Build a compressed tar archive of the the root filesystem config TARGET_ROOTFS_EXT2FS bool "ext2" - default y if LINUX_2_6_UML + default y if !USES_SQUASHFS && !USES_JFFS2 depends !TARGET_ROOTFS_INITRAMFS help Ext2 file system with some free space for uml images |