Config.in 330 B

12345678910111213141516
  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.
  8. http://www.nongnu.org/cvs/
  9. config BR2_PACKAGE_CVS_SERVER
  10. bool "server support"
  11. default n
  12. depends on BR2_PACKAGE_CVS
  13. help
  14. Enable cvs server code