mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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
0832b76b8c
commit
435bd1f20a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user