Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBSODIUM
|
||||
bool "libsodium"
|
||||
help
|
||||
A modern and easy-to-use crypto library.
|
||||
|
||||
http://libsodium.org/
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 940d03ea7d2caa7940e24564bf6d9f66d6edd1df1e0111ff8e3655f3b864fb59 libsodium-1.0.6.tar.gz
|
||||
17
deprecated/firmware/buildroot/package/libsodium/libsodium.mk
Normal file
17
deprecated/firmware/buildroot/package/libsodium/libsodium.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsodium
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSODIUM_VERSION = 1.0.6
|
||||
LIBSODIUM_SITE = https://download.libsodium.org/libsodium/releases
|
||||
LIBSODIUM_LICENSE = ISC
|
||||
LIBSODIUM_LICENSE_FILES = LICENSE
|
||||
LIBSODIUM_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_arc),y)
|
||||
LIBSODIUM_CONF_OPTS += --disable-pie
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user