Merge branch 'master' into ozonet
[openwrt/.git] / config / Config-devel.in
index fd7c3ead1e8e6dcb6176216a4509f12845085c0b..6447a79db2caa3367caf1d7530ef33928e526ba0 100644 (file)
@@ -9,7 +9,7 @@ menuconfig DEVEL
        default n
 
        config BROKEN
-               bool "Show broken platforms / packages" if DEVEL
+               bool "Show broken platforms / packages / devices" if DEVEL
                default n
 
        config BINARY_FOLDER
@@ -69,6 +69,13 @@ menuconfig DEVEL
                help
                  Compiler cache; see https://ccache.samba.org/
 
+       config CCACHE_DIR
+               string "Set ccache directory" if CCACHE
+               default ""
+               help
+                 Store ccache in this directory.
+                 If not set, uses './.ccache'
+
        config EXTERNAL_KERNEL_TREE
                string "Use external kernel tree" if DEVEL
                default ""
@@ -105,6 +112,13 @@ menuconfig DEVEL
                help
                  If enabled, log files will be written to the ./log directory.
 
+       config BUILD_LOG_DIR
+               string "Log folder" if DEVEL
+               default ""
+               help
+                 Store build logs in this directory.
+                 If not set, uses './logs'
+
        config SRC_TREE_OVERRIDE
                bool "Enable package source tree override" if DEVEL
                help