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
84 prompt "Show broken platforms / packages" if DEVEL
89 prompt "Local mirror for source packages" if DEVEL
93 prompt "Build Options" if DEVEL
97 prompt "Clean all ipkg files before building the rootfs" if BUILDOPTS
102 prompt "Automatic rebuild of packages" if BUILDOPTS
105 Automatically rebuild packages when their files change
109 prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
112 Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
116 prompt "Tar verbose" if BUILDOPTS
121 prompt "Use ccache" if BUILDOPTS
124 Compiler cache; see http://ccache.samba.org/
128 prompt "Enter here external source feeds you want to include" if BUILDOPTS
129 default "https://svn.openwrt.org/openwrt/packages/"
131 Separate sources with spaces : " "
133 config SOURCE_FEEDS_REV
135 prompt "Revision for the source feed svn checkout" if BUILDOPTS
139 source "toolchain/Config.in"
140 source "target/imagebuilder/Config.in"
141 source "target/sdk/Config.in"
143 source "tmp/.config-package.in"