X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=Config.in;h=52135ba579b11ae453ebbbbc1962cef437111ef5;hp=740205e3ec0a817c4d5ab7dc47dfb2037ceeef1b;hb=1a2b1b289199adc19d16d8cbc49b8535ef655b0e;hpb=d3b73f5c07d60bc9cd0f61e43c4be30ea98f65cb diff --git a/Config.in b/Config.in index 740205e3ec..52135ba579 100644 --- a/Config.in +++ b/Config.in @@ -1,46 +1,33 @@ +# Copyright (C) 2006-2013 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. # mainmenu "OpenWrt Configuration" +config MODULES + bool + default y + config HAVE_DOT_CONFIG bool default y source "target/Config.in" -config ALL - bool "Select all packages by default" - default n +source "config/Config-images.in" -menuconfig DEVEL - bool "Advanced configuration options (for developers)" - default n - select BUILDOPTS - select TOOLCHAINOPTS +source "config/Config-build.in" -menuconfig BUILDOPTS - bool "Build Options" if DEVEL +source "config/Config-devel.in" -config AUTOREBUILD - bool - prompt "Automatic rebuild of packages" if BUILDOPTS - default y - help - Automatically rebuild packages when their files change +source "toolchain/Config.in" -config TAR_VERBOSITY - bool - prompt "Tar verbose" if BUILDOPTS - default n +source "target/imagebuilder/Config.in" -config JLEVEL - int - prompt "Number of jobs to run simultaneously" if BUILDOPTS - default "1" - help - Number of jobs to run simultanesouly +source "target/sdk/Config.in" -source "toolchain/Config.in" -source "target/linux/Config.in" -source ".config.in" +source "target/toolchain/Config.in" +source "tmp/.config-package.in"