rules: allow arbitrary log destination
[openwrt/openwrt.git] / config / Config-devel.in
index fd7c3ead1e8e6dcb6176216a4509f12845085c0b..70ec0ce9a7728f8c99517e9114c07928153a5e33 100644 (file)
@@ -105,6 +105,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