ar71xx: add dummy rle_decode function if CONFIG_RLE_DECOMPRESS is not set
[openwrt.git] / Config.in
index 740205e..52135ba 100644 (file)
--- 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"