Config.in 816 B

12345678910111213141516171819202122232425262728293031
  1. config BR2_PACKAGE_RSH_REDONE
  2. bool "rsh-redone"
  3. help
  4. Rsh-redone is a reimplementation of the remote shell clients and
  5. servers. It is written from the ground up to avoid the bugs found
  6. in the standard clients and servers. It also fully supports IPv6.
  7. http://packages.debian.org/source/sid/rsh-redone
  8. # this is incomplete in the source
  9. #config BR2_PACKAGE_RSH_REDONE_RCP
  10. # bool "rcp"
  11. # depends on BR2_PACKAGE_RSH_REDONE
  12. config BR2_PACKAGE_RSH_REDONE_RLOGIN
  13. bool "rlogin"
  14. depends on BR2_PACKAGE_RSH_REDONE
  15. # requires PAM
  16. #config BR2_PACKAGE_RSH_REDONE_RLOGIND
  17. # bool "rlogind"
  18. # depends on BR2_PACKAGE_RSH_REDONE
  19. config BR2_PACKAGE_RSH_REDONE_RSH
  20. bool "rsh"
  21. depends on BR2_PACKAGE_RSH_REDONE
  22. # requires PAM
  23. #config BR2_PACKAGE_RSH_REDONE_RSHD
  24. # bool "rshd"
  25. # depends on BR2_PACKAGE_RSH_REDONE