Move all to deprecated folder.
This commit is contained in:
11
deprecated/firmware/buildroot/package/libiscsi/Config.in
Normal file
11
deprecated/firmware/buildroot/package/libiscsi/Config.in
Normal file
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBISCSI
|
||||
bool "libiscsi"
|
||||
help
|
||||
Libiscsi is a client-side library to implement the iSCSI protocol
|
||||
that can be used to access resource of an iSCSI Target.
|
||||
|
||||
The library is fully async with regards to iscsi commands and scsi
|
||||
tasks, but a sync layer is also provided for ease of use for simpler
|
||||
applications.
|
||||
|
||||
https://github.com/sahlberg/libiscsi (no proper homepage)
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 26aa5583053d4fe0d4686f76a76c216c7dce00130f008e652ece305b88758ff1 libiscsi-1.15.0.tar.gz
|
||||
17
deprecated/firmware/buildroot/package/libiscsi/libiscsi.mk
Normal file
17
deprecated/firmware/buildroot/package/libiscsi/libiscsi.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libiscsi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBISCSI_VERSION = 1.15.0
|
||||
LIBISCSI_SITE = https://sites.google.com/site/libiscsitarballs/libiscsitarballs
|
||||
LIBISCSI_LICENSE = GPLv2+, LGPLv2.1+
|
||||
LIBISCSI_LICENSE_FILES = COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt
|
||||
LIBISCSI_INSTALL_STAGING = YES
|
||||
|
||||
# Force libiscsi to use gcc as the linker, otherwise it uses directly
|
||||
# ld, which doesn't work for certain architectures.
|
||||
LIBISCSI_CONF_ENV = LD="$(TARGET_CC)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user