mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 07:38:04 +02:00
362585143d
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@567 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
#
|
|
if CONFIG_DEVEL
|
|
comment "Ccache Options"
|
|
endif
|
|
|
|
config BR2_CCACHE
|
|
bool "Enable ccache support?" if CONFIG_DEVEL
|
|
default y
|
|
help
|
|
Enable ccache support?
|
|
|