disable all other filesystems in menuconfig when initramfs is selected
authorFelix Fietkau <nbd@openwrt.org>
Wed, 7 Jun 2006 23:47:30 +0000 (23:47 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 7 Jun 2006 23:47:30 +0000 (23:47 +0000)
SVN-Revision: 3910

openwrt/target/linux/Config.in

index 9bcb61cd24a26119b73f6c7a78ef2fc1b8f0a1f5..946ace320459af7e382fdd9246a6113b36e1b316 100644 (file)
@@ -9,6 +9,7 @@ menu "Target Root Filesystem"
        config TARGET_ROOTFS_JFFS2
                bool "jffs2"
                default y
+               depends !TARGET_ROOTFS_INITRAMFS
                help
                  Build a jffs2 root filesystem
 
@@ -17,12 +18,14 @@ menu "Target Root Filesystem"
                default y
                depends !LINUX_2_6_ARUBA
                depends !LINUX_2_6_XSCALE
+               depends !TARGET_ROOTFS_INITRAMFS
                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
+               depends !TARGET_ROOTFS_INITRAMFS
                help
                  Build a compressed tar archive of the the root filesystem