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"
30 default "armeb" if armeb
31 default "avr32" if avr32
32 default "cris" if cris
33 default "i386" if i386
34 default "i686" if i686
35 default "m68k" if m68k
36 default "mips" if mips
37 default "mipsel" if mipsel
38 default "powerpc" if powerpc
40 default "sh3eb" if sh3eb
42 default "sh4eb" if sh4eb
43 default "sparc" if sparc
44 default "x86_64" if x86_64
48 bool "Select all packages by default"
52 bool "Advanced configuration options (for developers)"
55 select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
59 prompt "Show broken platforms / packages" if DEVEL
64 prompt "Local mirror for source packages" if DEVEL
68 prompt "Build Options" if DEVEL
72 prompt "Automatic rebuild of packages" if BUILDOPTS
75 Automatically rebuild packages when their files change
79 prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
82 Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
86 prompt "Tar verbose" if BUILDOPTS
91 prompt "Use ccache" if BUILDOPTS
94 Compiler cache; see http://ccache.samba.org/
96 config EXTERNAL_KERNEL_TREE
98 prompt "Use external kernel tree" if DEVEL
101 config BUILD_DEVELOPER_SYSTEM
102 bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL
105 source "toolchain/Config.in"
106 menuconfig BUILDSYSTEM_SETTINGS
107 bool "Buildsystem settings"
109 config DOWNLOAD_FOLDER
111 prompt "Download folder"
113 depends BUILDSYSTEM_SETTINGS
114 #source "target/imagebuilder/Config.in"
115 #source "target/sdk/Config.in"
117 #source "tmp/.config-package.in"