ljlinenoise: add hash file
[buildroot-gz.git] / package / cvs / Config.in
blob003696160135492c3f5ed8508d42463037b6b600
1 config BR2_PACKAGE_CVS
2         bool "cvs"
3         depends on BR2_USE_WCHAR
4         # needs fork()
5         depends on BR2_USE_MMU
6         select BR2_PACKAGE_NCURSES
7         help
8           Concurrent Versions System - source code revision control tools.
10           http://www.nongnu.org/cvs/
12 if BR2_PACKAGE_CVS
14 config BR2_PACKAGE_CVS_SERVER
15         bool "server support"
16         help
17           Enable cvs server code
19 endif
21 comment "cvs needs a toolchain w/ wchar"
22         depends on BR2_USE_MMU
23         depends on !BR2_USE_WCHAR