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
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_EXT2
47 depends !TARGET_ROOTFS_INITRAMFS
49 Ext2 file system with some free space for uml images
51 comment "Image Options"
53 source "target/linux/*/image/Config.in"
55 config TARGET_ROOTFS_FSPART
56 int "Filesystem part size (in MB)"
57 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532
60 Allows you to change the filesystem partition size
62 config TARGET_ROOTFS_MAXINODE
63 int "Maximum number of inodes in filesystem"
64 depends TARGET_ROOTFS_EXT2FS
67 Allows you to change the maximum number of inodes in the filesystem
73 bool "Select all packages by default"
77 bool "Advanced configuration options (for developers)"
80 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
83 bool "Show broken platforms / packages" if DEVEL
87 string "Local mirror for source packages" if DEVEL
90 bool "Build Options" if DEVEL
94 prompt "Automatic rebuild of packages" if BUILDOPTS
97 Automatically rebuild packages when their files change
101 prompt "Tar verbose" if BUILDOPTS
106 prompt "Number of jobs to run simultaneously" if BUILDOPTS
109 Number of jobs to run simultanesouly
113 prompt "Use ccache" if BUILDOPTS
116 Compiler cache; see http://ccache.samba.org/
120 prompt "Enter here external source feeds you want to include" if BUILDOPTS
121 default "https://svn.openwrt.org/openwrt/packages/"
123 Separate sources with spaces : " "
127 prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
130 Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
132 source "toolchain/Config.in"
133 source "target/imagebuilder/Config.in"
134 source "target/sdk/Config.in"
136 source "tmp/.config-package.in"