mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/autossh/autossh.mk
Normal file
17
package/autossh/autossh.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# autossh
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AUTOSSH_VERSION = 1.4g
|
||||
AUTOSSH_SITE = http://www.harding.motd.ca/autossh
|
||||
AUTOSSH_SOURCE = autossh-$(AUTOSSH_VERSION).tgz
|
||||
AUTOSSH_LICENSE = Modified BSD
|
||||
AUTOSSH_LICENSE_FILES = autossh.c
|
||||
# Fix AC_ARG_WITH code generation for --with-ssh
|
||||
AUTOSSH_AUTORECONF = YES
|
||||
|
||||
AUTOSSH_CONF_OPTS = --with-ssh=/usr/bin/ssh
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user