5019b3d7223fe3d0c74e450eb7c404d2d3937a1a
[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 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 endmenu
16
17 menu "Kernel Configuration / Device Support"
18
19 source "target/linux/Config.in"
20
21 endmenu