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 config TARGET_ROOTFS_ISO
54 depends TARGET_ROOTFS_INITRAMFS && TARGET_x86
56 Create some bootable ISO image
58 comment "Image Options"
60 source "target/linux/*/image/Config.in"
62 config TARGET_ROOTFS_FSPART
63 int "Filesystem part size (in MB)"
64 depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532
67 Allows you to change the filesystem partition size
69 config TARGET_ROOTFS_MAXINODE
70 int "Maximum number of inodes in filesystem"
71 depends TARGET_ROOTFS_EXT2FS
74 Allows you to change the maximum number of inodes in the filesystem
80 bool "Select all packages by default"
84 bool "Advanced configuration options (for developers)"
87 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
91 prompt "Show broken platforms / packages" if DEVEL
96 prompt "Local mirror for source packages" if DEVEL
100 prompt "Build Options" if DEVEL
104 prompt "Clean all ipkg files before building the rootfs" if BUILDOPTS
109 prompt "Automatic rebuild of packages" if BUILDOPTS
112 Automatically rebuild packages when their files change
116 prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
119 Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
123 prompt "Tar verbose" if BUILDOPTS
128 prompt "Use ccache" if BUILDOPTS
131 Compiler cache; see http://ccache.samba.org/
135 prompt "Enter here external source feeds you want to include" if BUILDOPTS
136 default "https://svn.openwrt.org/openwrt/packages/"
138 Separate sources with spaces : " "
140 config SOURCE_FEEDS_REV
142 prompt "Revision for the source feed svn checkout" if BUILDOPTS
146 source "toolchain/Config.in"
147 menuconfig BUILDSYSTEM_SETTINGS
148 bool "Buildsystem settings"
150 config DOWNLOAD_FOLDER
152 prompt "Download folder"
154 depends BUILDSYSTEM_SETTINGS
155 source "target/imagebuilder/Config.in"
156 source "target/sdk/Config.in"
158 source "tmp/.config-package.in"