X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=d30c04839e949ca06942e8a41912fb19a2657305;hb=ac3109162f70bd9265311fd5a4f2eac6dc73ad6f;hp=71f05689770f64127f77e6b8efccd1f4eff6e2af;hpb=096afa4e695916a8068c82af6807f9b6de587c38;p=openwrt.git diff --git a/Config.in b/Config.in index 71f0568977..d30c04839e 100644 --- a/Config.in +++ b/Config.in @@ -1,38 +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 DEVEL - bool "Advanced configuration options (for developers)" - default n - select BUILDOPTS - select TOOLCHAINOPTS +source "config/Config-images.in" -config ALL - bool "Select all packages by default" - default n +source "config/Config-build.in" -menuconfig BUILDOPTS - bool "Build Options" if DEVEL +source "config/Config-devel.in" -config TAR_VERBOSITY - bool - prompt "Tar verbose" if BUILDOPTS - default n +source "toolchain/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/imagebuilder/Config.in" -source "toolchain/Config.in" -source ".config.in" +source "target/sdk/Config.in" + +source "target/toolchain/Config.in" +source "tmp/.config-package.in"