You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/openwrt/Config.in

39 lines
614 B
Plaintext

#
mainmenu "OpenWrt Configuration"
config HAVE_DOT_CONFIG
bool
default y
source "target/Config.in"
config DEVEL
bool "Advanced configuration options (for developers)"
default n
select BUILDOPTS
select TOOLCHAINOPTS
config ALL
bool "Select all packages by default"
default n
menuconfig BUILDOPTS
bool "Build Options" if DEVEL
config TAR_VERBOSITY
bool
prompt "Tar verbose" if BUILDOPTS
default n
config JLEVEL
int
prompt "Number of jobs to run simultaneously" if BUILDOPTS
default "1"
help
Number of jobs to run simultanesouly
source "toolchain/Config.in"
source "package/Config.in"