1 # Copyright (C) 2006-2007 OpenWrt.org
3 # This is free software, licensed under the GNU General Public License v2.
4 # See /LICENSE for more information.
7 mainmenu "OpenWrt Configuration"
13 source "target/Config.in"
16 bool "Select all packages by default"
20 bool "Advanced configuration options (for developers)"
23 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
26 bool "Show broken platforms / packages" if DEVEL
30 bool "Build Options" if DEVEL
34 prompt "Automatic rebuild of packages" if BUILDOPTS
37 Automatically rebuild packages when their files change
41 prompt "Tar verbose" if BUILDOPTS
46 prompt "Number of jobs to run simultaneously" if BUILDOPTS
49 Number of jobs to run simultanesouly
53 prompt "Use ccache" if BUILDOPTS
56 Compiler cache; see http://ccache.samba.org/
60 prompt "Enter here external source feeds you want to include" if BUILDOPTS
61 default "https://svn.openwrt.org/openwrt/packages/"
63 Separate sources with spaces : " "
65 source "toolchain/Config.in"
66 source "target/imagebuilder/Config.in"
67 source "target/sdk/Config.in"
70 config TARGET_ROOTFS_INITRAMFS
75 Embed the rootfs into the kernel (initramfs)
77 config TARGET_ROOTFS_JFFS2
79 default y if USES_JFFS2
80 depends !TARGET_ROOTFS_INITRAMFS
82 Build a jffs2 root filesystem
84 config TARGET_ROOTFS_SQUASHFS
86 default y if USES_SQUASHFS
87 depends !TARGET_ROOTFS_INITRAMFS
89 Build a squashfs-lzma root filesystem
91 config TARGET_ROOTFS_TGZ
93 default y if !USES_SQUASHFS && !USES_JFFS2
94 depends !TARGET_ROOTFS_INITRAMFS
96 Build a compressed tar archive of the the root filesystem
98 config TARGET_ROOTFS_EXT2FS
100 default y if !USES_SQUASHFS && !USES_JFFS2
101 default y if USES_EXT2
102 depends !TARGET_ROOTFS_INITRAMFS
104 Ext2 file system with some free space for uml images
106 comment "Image Options"
108 source "target/linux/*/image/Config.in"
110 config TARGET_ROOTFS_FSPART
111 int "Filesystem part size (in MB)"
112 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532
115 Allows you to change the filesystem partition size
117 config TARGET_ROOTFS_MAXINODE
118 int "Maximum number of inodes in filesystem"
119 depends TARGET_ROOTFS_EXT2FS
122 Allows you to change the maximum number of inodes in the filesystem
126 source "tmp/.config.in"