usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / toolchain / Config.in
blob3a4e78dbf49d2f46115fecacf93a6e4326d7dd74
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"
9 config HAVE_DOT_CONFIG
10         bool
11         default y
13 #source "target/Config.in"
15 config TARGET_BOARD
16         string
17         default "brcm-2.4"
19 config LINUX_2_4
20         bool
21         default y
23 config mipsel
24         bool
25         default y
27 config ARCH
28         string
29         default "arm"     if arm
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
39         default "sh3"     if sh3
40         default "sh3eb"   if sh3eb
41         default "sh4"     if sh4
42         default "sh4eb"   if sh4eb
43         default "sparc"   if sparc
44         default "x86_64"  if x86_64
47 config ALL
48         bool "Select all packages by default"
49         default n
51 menuconfig DEVEL
52         bool "Advanced configuration options (for developers)"
53         default n
54         select BUILDOPTS
55         select TOOLCHAINOPTS if !NATIVE_TOOLCHAIN
57 config BROKEN
58         bool
59         prompt "Show broken platforms / packages" if DEVEL
60         default n
62 config LOCALMIRROR
63         string
64         prompt "Local mirror for source packages" if DEVEL
66 menuconfig BUILDOPTS
67         bool
68         prompt "Build Options" if DEVEL
70 config AUTOREBUILD
71         bool
72         prompt "Automatic rebuild of packages" if BUILDOPTS
73         default y
74         help
75                 Automatically rebuild packages when their files change
77 config BUILD_SUFFIX
78         string
79         prompt "Build suffix to append to the BUILD_DIR variable" if BUILDOPTS
80         default ""
81         help
82                 Build suffix to append to the BUILD_DIR variable, i.e: build_dir_suffix
84 config TAR_VERBOSITY
85         bool 
86         prompt "Tar verbose" if BUILDOPTS
87         default n
89 config CCACHE
90         bool
91         prompt "Use ccache" if BUILDOPTS
92         default n
93         help
94                 Compiler cache; see http://ccache.samba.org/
96 config EXTERNAL_KERNEL_TREE
97         string
98         prompt "Use external kernel tree" if DEVEL
99         default ""
101 config BUILD_DEVELOPER_SYSTEM
102         bool "build a non-stripped system, so gcc can be run natively on target" if DEVEL
103         default n
105 source "toolchain/Config.in"
106 menuconfig BUILDSYSTEM_SETTINGS
107     bool "Buildsystem settings" 
109 config DOWNLOAD_FOLDER
110         string
111         prompt "Download folder"
112         default ""
113         depends BUILDSYSTEM_SETTINGS 
114 #source "target/imagebuilder/Config.in"
115 #source "target/sdk/Config.in"
117 #source "tmp/.config-package.in"