1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-16 18:35:00 +03:00
openwrt-xburst/toolchain/ccache/Config.in
nbd 362585143d hide experimental/developer options from the user. can be reenabled by using make menuconfig DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@567 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-04-05 18:21:58 +00:00

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?