X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=52135ba579b11ae453ebbbbc1962cef437111ef5;hb=e4ff815211ffeeab83a17d5aa4a4fb2cc51c668b;hp=71f05689770f64127f77e6b8efccd1f4eff6e2af;hpb=096afa4e695916a8068c82af6807f9b6de587c38;p=openwrt.git diff --git a/Config.in b/Config.in index 71f0568977..52135ba579 100644 --- a/Config.in +++ b/Config.in @@ -1,38 +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 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"