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/imagebuilder/Config.in"
63 source "target/sdk/Config.in"
66 config TARGET_ROOTFS_INITRAMFS
71 Embed the rootfs into the kernel (initramfs)
73 config TARGET_ROOTFS_JFFS2
75 default y if USES_JFFS2
76 depends !TARGET_ROOTFS_INITRAMFS
78 Build a jffs2 root filesystem
80 config TARGET_ROOTFS_SQUASHFS
82 default y if USES_SQUASHFS
83 depends !TARGET_ROOTFS_INITRAMFS
85 Build a squashfs-lzma root filesystem
87 config TARGET_ROOTFS_TGZ
89 default y if !USES_SQUASHFS && !USES_JFFS2
90 depends !TARGET_ROOTFS_INITRAMFS
92 Build a compressed tar archive of the the root filesystem
94 config TARGET_ROOTFS_EXT2FS
96 default y if !USES_SQUASHFS && !USES_JFFS2
97 default y if USES_EXT2
98 depends !TARGET_ROOTFS_INITRAMFS
100 Ext2 file system with some free space for uml images
102 comment "Image Options"
104 source "target/linux/*/image/Config.in"
106 config TARGET_ROOTFS_FSPART
107 int "Filesystem part size (in MB)"
108 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS
113 source "tmp/.config.in"