summaryrefslogtreecommitdiff
path: root/openwrt/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/Config.in')
-rw-r--r--openwrt/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/Config.in b/openwrt/Config.in
index 752e1d9..edcb19a 100644
--- a/openwrt/Config.in
+++ b/openwrt/Config.in
@@ -44,6 +44,13 @@ config JLEVEL
help
Number of jobs to run simultanesouly
+config CCACHE
+ bool
+ prompt "Use ccache" if BUILDOPTS
+ default n
+ help
+ Compiler cache; see http://ccache.samba.org/
+
source "toolchain/Config.in"
source "target/sdk/Config.in"