3 mainmenu "OpenWrt Configuration"
9 source "target/Config.in"
12 bool "Select all packages by default"
16 bool "Advanced configuration options (for developers)"
19 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
22 bool "Show broken platforms / packages" if DEVEL
26 bool "Build Options" if DEVEL
30 prompt "Automatic rebuild of packages" if BUILDOPTS
33 Automatically rebuild packages when their files change
37 prompt "Tar verbose" if BUILDOPTS
42 prompt "Number of jobs to run simultaneously" if BUILDOPTS
45 Number of jobs to run simultanesouly
49 prompt "Use ccache" if BUILDOPTS
52 Compiler cache; see http://ccache.samba.org/
54 source "toolchain/Config.in"
55 source "target/sdk/Config.in"
58 config TARGET_ROOTFS_INITRAMFS
63 Embed the rootfs into the kernel (initramfs)
65 config TARGET_ROOTFS_JFFS2
68 depends !TARGET_ROOTFS_INITRAMFS
70 Build a jffs2 root filesystem
72 config TARGET_ROOTFS_SQUASHFS
75 depends !LINUX_2_6_ARUBA
76 depends !LINUX_2_6_XSCALE
77 depends !TARGET_ROOTFS_INITRAMFS
78 depends !LINUX_2_6_AU1000
80 Build a squashfs-lzma root filesystem
82 config TARGET_ROOTFS_TGZ
84 default y if !LINUX_2_4_BRCM && !LINUX_2_6_BRCM && !LINUX_2_6_ARUBA && !LINUX_2_4_AR531X
85 depends !TARGET_ROOTFS_INITRAMFS
87 Build a compressed tar archive of the the root filesystem
89 config TARGET_ROOTFS_EXT2FS
91 default y if LINUX_2_6_UML
92 depends !TARGET_ROOTFS_INITRAMFS
94 Ext2 file system with some free space for uml images
99 source "target/linux/Config.in"