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/
56 prompt "Enter here external source feeds you want to include" if BUILDOPTS
57 default "https://svn.openwrt.org/openwrt/packages/"
59 Separate sources with spaces : " "
61 source "toolchain/Config.in"
62 source "target/sdk/Config.in"
65 config TARGET_ROOTFS_INITRAMFS
70 Embed the rootfs into the kernel (initramfs)
72 config TARGET_ROOTFS_JFFS2
74 default y if USES_JFFS2
75 depends !TARGET_ROOTFS_INITRAMFS
77 Build a jffs2 root filesystem
79 config TARGET_ROOTFS_SQUASHFS
81 default y if USES_SQUASHFS
82 depends !TARGET_ROOTFS_INITRAMFS
84 Build a squashfs-lzma root filesystem
86 config TARGET_ROOTFS_TGZ
88 default y if !USES_SQUASHFS && !USES_JFFS2
89 depends !TARGET_ROOTFS_INITRAMFS
91 Build a compressed tar archive of the the root filesystem
93 config TARGET_ROOTFS_EXT2FS
95 default y if !USES_SQUASHFS && !USES_JFFS2
96 default y if USES_EXT2
97 depends !TARGET_ROOTFS_INITRAMFS
99 Ext2 file system with some free space for uml images
101 comment "Image Options"
103 source "target/linux/*/image/Config.in"
105 config TARGET_ROOTFS_FSPART
106 int "Filesystem part size (in MB)"
107 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS
112 source "tmp/.config.in"