xref: /OK3568_Linux_fs/buildroot/package/sshpass/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SSHPASS
2	bool "sshpass"
3	depends on BR2_USE_MMU # fork()
4	help
5	  Sshpass is a tool for non-interactivly performing
6	  password authentication with SSH's so called
7	  "interactive keyboard password authentication".
8
9	  http://sshpass.sourceforge.net
10