fix copy'n paste error
[buildroot.git] / package / cvs / Config.in
blob981680e4f5f00ef26357ac307089b2c5bdf1c07a
1 config BR2_PACKAGE_CVS
2         bool "cvs"
3         default n
4         depends on BR2_USE_WCHAR
5         select BR2_PACKAGE_NCURSES
6         help
7           Concurrent Versions System - source code revision control tools.
9           http://www.nongnu.org/cvs/
11 config BR2_PACKAGE_CVS_SERVER
12         bool "server support"
13         default n
14         depends on BR2_PACKAGE_CVS
15         help
16           Enable cvs server code