X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-devel.in;h=6447a79db2caa3367caf1d7530ef33928e526ba0;hb=fd7954c3f3f26fd7fb915a9adfe55fb6970778b4;hp=fd7c3ead1e8e6dcb6176216a4509f12845085c0b;hpb=ab6a96f3f52320f834e7e4a12ec411d77bab7686;p=openwrt%2F.git diff --git a/config/Config-devel.in b/config/Config-devel.in index fd7c3ead1e..6447a79db2 100644 --- a/config/Config-devel.in +++ b/config/Config-devel.in @@ -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