fix tgz image help
[openwrt-10.03/.git] / target / Config.in
1 menu "Target Root Filesystem"
2
3         config BR2_TARGET_ROOTFS_JFFS2
4                 bool "jffs2"
5                 default y
6                 help
7                   Build a jffs2 root filesystem
8
9         config BR2_TARGET_ROOTFS_SQUASHFS_LZMA
10                 bool "squashfs-lzma"
11                 default y
12                 help
13                   Build a squashfs-lzma root filesystem
14
15         config BR2_TARGET_ROOTFS_TGZ
16                 bool "tgz"
17                 default y
18                 help
19                   Build a compressed tar archive of the the root filesystem
20
21 endmenu
22
23 menu "Kernel Configuration / Device Support"
24
25 source "target/linux/Config.in"
26
27 endmenu