move package/linux into target/linux, use wbx' new kernel code. support building...
[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 endmenu
16
17 menu "Kernel Configuration / Device Support"
18
19 source "target/linux/Config.in"
20
21 endmenu