Config.in 418 B

12345678910111213141516
  1. config BR2_PACKAGE_KLISH
  2. bool "klish"
  3. help
  4. The klish is a framework for implementing a CISCO-like CLI on a UNIX systems.
  5. It is configurable by XML files. The klish is the fork of clish project.
  6. http://klish.googlecode.com
  7. if BR2_PACKAGE_KLISH
  8. config BR2_PACKAGE_KLISH_SVN
  9. bool "Get klish sources from the SVN repository"
  10. help
  11. Use source code from SVN repository instead klish stable version.
  12. endif