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
67 default y if USES_JFFS2
68 depends !TARGET_ROOTFS_INITRAMFS
70 Build a jffs2 root filesystem
72 config TARGET_ROOTFS_SQUASHFS
74 default y if USES_SQUASHFS
75 depends !TARGET_ROOTFS_INITRAMFS
77 Build a squashfs-lzma root filesystem
79 config TARGET_ROOTFS_TGZ
81 default y if !USES_SQUASHFS && !USES_JFFS2
82 depends !TARGET_ROOTFS_INITRAMFS
84 Build a compressed tar archive of the the root filesystem
86 config TARGET_ROOTFS_EXT2FS
88 default y if !USES_SQUASHFS && !USES_JFFS2
89 depends !TARGET_ROOTFS_INITRAMFS
91 Ext2 file system with some free space for uml images
93 comment "Image Options"
95 source "target/image/*/Config.in"
99 source "target/linux/Config.in"