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 config TARGET_ROOTFS_INITRAMFS
21 Embed the rootfs into the kernel (initramfs)
23 config TARGET_ROOTFS_JFFS2
25 default y if USES_JFFS2
26 depends !TARGET_ROOTFS_INITRAMFS
28 Build a jffs2 root filesystem
30 config TARGET_ROOTFS_SQUASHFS
32 default y if USES_SQUASHFS
33 depends !TARGET_ROOTFS_INITRAMFS
35 Build a squashfs-lzma root filesystem
37 config TARGET_ROOTFS_TGZ
39 default y if !USES_SQUASHFS && !USES_JFFS2
40 depends !TARGET_ROOTFS_INITRAMFS
42 Build a compressed tar archive of the the root filesystem
44 config TARGET_ROOTFS_EXT2FS
46 default y if !USES_SQUASHFS && !USES_JFFS2
47 default y if USES_EXT2
48 depends !TARGET_ROOTFS_INITRAMFS
50 Ext2 file system with some free space for uml images
52 comment "Image Options"
54 source "target/linux/*/image/Config.in"
56 config TARGET_ROOTFS_FSPART
57 int "Filesystem part size (in MB)"
58 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532
61 Allows you to change the filesystem partition size
63 config TARGET_ROOTFS_MAXINODE
64 int "Maximum number of inodes in filesystem"
65 depends TARGET_ROOTFS_EXT2FS
68 Allows you to change the maximum number of inodes in the filesystem
74 bool "Select all packages by default"
78 bool "Advanced configuration options (for developers)"
81 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
84 bool "Show broken platforms / packages" if DEVEL
88 string "Local mirror for source packages" if DEVEL
91 bool "Build Options" if DEVEL
95 prompt "Automatic rebuild of packages" if BUILDOPTS
98 Automatically rebuild packages when their files change
102 prompt "Tar verbose" if BUILDOPTS
107 prompt "Number of jobs to run simultaneously" if BUILDOPTS
110 Number of jobs to run simultanesouly
114 prompt "Use ccache" if BUILDOPTS
117 Compiler cache; see http://ccache.samba.org/
121 prompt "Enter here external source feeds you want to include" if BUILDOPTS
122 default "https://svn.openwrt.org/openwrt/packages/"
124 Separate sources with spaces : " "
126 source "toolchain/Config.in"
127 source "target/imagebuilder/Config.in"
128 source "target/sdk/Config.in"
130 source "tmp/.config-package.in"