target: use ccache by default

This commit is contained in:
coolsnowwolf 2021-06-22 10:59:48 +08:00
parent 3e593ca647
commit f5a8fa17f9
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ menuconfig DEVEL
config CCACHE
bool "Use ccache" if DEVEL
default n
default y
help
Compiler cache; see https://ccache.samba.org/

View File

@ -11,7 +11,7 @@ SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
FEATURES:=squashfs gpio
MAINTAINER:=John Crispin <john@phrozen.org>
KERNEL_PATCHVER:=5.10
KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.10
define Target/Description