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