X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=d30c04839e949ca06942e8a41912fb19a2657305;hb=81e89b7c38526dec7b258f3d93ccfa844575984f;hp=740205e3ec0a817c4d5ab7dc47dfb2037ceeef1b;hpb=d3b73f5c07d60bc9cd0f61e43c4be30ea98f65cb;p=openwrt.git diff --git a/Config.in b/Config.in index 740205e3ec..d30c04839e 100644 --- a/Config.in +++ b/Config.in @@ -1,46 +1,34 @@ +# 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 + option 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"