diff options
Diffstat (limited to 'openwrt/toolchain/ccache/Config.in')
-rw-r--r-- | openwrt/toolchain/ccache/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/toolchain/ccache/Config.in b/openwrt/toolchain/ccache/Config.in new file mode 100644 index 0000000000..a265375c40 --- /dev/null +++ b/openwrt/toolchain/ccache/Config.in @@ -0,0 +1,10 @@ +# + +comment "Ccache Options" + +config BR2_CCACHE + bool "Enable ccache support?" + default y + help + Enable ccache support? + |