mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 04:21:07 +02:00
disable all other filesystems in menuconfig when initramfs is selected
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3910 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
41fdecb111
commit
d953b29fb3
@ -9,6 +9,7 @@ menu "Target Root Filesystem"
|
|||||||
config TARGET_ROOTFS_JFFS2
|
config TARGET_ROOTFS_JFFS2
|
||||||
bool "jffs2"
|
bool "jffs2"
|
||||||
default y
|
default y
|
||||||
|
depends !TARGET_ROOTFS_INITRAMFS
|
||||||
help
|
help
|
||||||
Build a jffs2 root filesystem
|
Build a jffs2 root filesystem
|
||||||
|
|
||||||
@ -17,12 +18,14 @@ menu "Target Root Filesystem"
|
|||||||
default y
|
default y
|
||||||
depends !LINUX_2_6_ARUBA
|
depends !LINUX_2_6_ARUBA
|
||||||
depends !LINUX_2_6_XSCALE
|
depends !LINUX_2_6_XSCALE
|
||||||
|
depends !TARGET_ROOTFS_INITRAMFS
|
||||||
help
|
help
|
||||||
Build a squashfs-lzma root filesystem
|
Build a squashfs-lzma root filesystem
|
||||||
|
|
||||||
config TARGET_ROOTFS_TGZ
|
config TARGET_ROOTFS_TGZ
|
||||||
bool "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 !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
|
||||||
|
depends !TARGET_ROOTFS_INITRAMFS
|
||||||
help
|
help
|
||||||
Build a compressed tar archive of the the root filesystem
|
Build a compressed tar archive of the the root filesystem
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user