summaryrefslogtreecommitdiffstats
path: root/target/sdk/files
diff options
context:
space:
mode:
authorJeffery To <jeffery.to@gmail.com>2023-06-05 12:57:51 +0800
committerPetr Štetiar <ynezz@true.cz>2023-06-05 10:00:58 +0200
commit897691fdce27868aa4c0c68de8b67e8af6f209e1 (patch)
tree9ec85569bef667e6928611eb141166608e1b4d13 /target/sdk/files
parent14a85d929b4a0a728dc4390ad34dcf8d69ac3475 (diff)
downloadopenwrt-897691fdce27868aa4c0c68de8b67e8af6f209e1.tar.gz
openwrt-897691fdce27868aa4c0c68de8b67e8af6f209e1.tar.bz2
openwrt-897691fdce27868aa4c0c68de8b67e8af6f209e1.zip
sdk: Expose CCACHE_DIR option
As the CCACHE option is already exposed, it would be helpful to also make the ccache directory easily customizable. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'target/sdk/files')
-rw-r--r--target/sdk/files/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/sdk/files/Config.in b/target/sdk/files/Config.in
index a14c17fe95..0cf68faa6e 100644
--- a/target/sdk/files/Config.in
+++ b/target/sdk/files/Config.in
@@ -119,6 +119,13 @@ menu "Advanced configuration options (for developers)"
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 BUILD_LOG
bool "Enable log files during build process"
help