Commit 9ae362f0 authored by Alexander Dahl's avatar Alexander Dahl Committed by Thomas Petazzoni
Browse files

libuecc: new package



This package is a small library used for the Freifunk Gluon project
and will be used by other upcoming packages.

Signed-off-by: default avatarAlexander Dahl <post@lespocky.de>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b2517c3d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -764,6 +764,7 @@ menu "Crypto"
	source "package/libsodium/Config.in"
	source "package/libssh/Config.in"
	source "package/libssh2/Config.in"
	source "package/libuecc/Config.in"
	source "package/nettle/Config.in"
	source "package/openssl/Config.in"
	source "package/polarssl/Config.in"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LIBUECC
	bool "libuecc"
	help
	  Very small Elliptic Curve Cryptography library

	  http://git.universe-factory.net/libuecc
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# libuecc
#
################################################################################

LIBUECC_VERSION = v6
LIBUECC_SITE = git://git.universe-factory.net/libuecc
LIBUECC_LICENSE = BSD-2c
LIBUECC_LICENSE_FILES = COPYRIGHT
LIBUECC_INSTALL_STAGING = YES

$(eval $(cmake-package))