Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_SSHPASS
bool "sshpass"
depends on BR2_USE_MMU # fork()
help
Sshpass is a tool for non-interactivly performing
password authentication with SSH's so called
"interactive keyboard password authentication".
http://sshpass.sourceforge.net

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e sshpass-1.05.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# sshpass
#
################################################################################
SSHPASS_VERSION = 1.05
SSHPASS_SITE = http://downloads.sourceforge.net/project/sshpass/sshpass/$(SSHPASS_VERSION)
SSHPASS_LICENSE = GPLv2+
SSHPASS_LICENSE_FILES = COPYING
$(eval $(autotools-package))