blob: f9d86786ed98280a24eaeedc2f1dc0673696697f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_PACKAGE_CVS
bool "cvs"
default n
select BR2_PACKAGE_NCURSES
help
Concurrent Versions System - source code revision control tools.
http://www.nongnu.org/cvs/
config BR2_PACKAGE_CVS_SERVER
bool "server support"
default n
depends on BR2_PACKAGE_CVS
help
Enable cvs server code
|