X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d34b6e85e1b050de985b9834e6735f4a3daf2034..e2e1aff44f063dd354505f06e8e7f92dd966e194:/target/Config.in diff --git a/target/Config.in b/target/Config.in index 63d87aee3..835335919 100644 --- a/target/Config.in +++ b/target/Config.in @@ -3,14 +3,12 @@ menu "Target Root Filesystem" config BR2_TARGET_ROOTFS_JFFS2 bool "jffs2" default y - depends BR2_mipsel help Build a jffs2 root filesystem config BR2_TARGET_ROOTFS_SQUASHFS_LZMA bool "squashfs-lzma" default y - depends BR2_mipsel help Build a squashfs-lzma root filesystem @@ -18,7 +16,7 @@ menu "Target Root Filesystem" bool "tgz" default y help - Build a compressed tar archive of the kernel and the root filesystem + Build a compressed tar archive of the the root filesystem endmenu