|
@@ -4,11 +4,11 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-RNG_TOOLS_VERSION = 6.9
|
|
|
+RNG_TOOLS_VERSION = 6.10
|
|
|
RNG_TOOLS_SITE = $(call github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
|
|
|
RNG_TOOLS_LICENSE = GPL-2.0
|
|
|
RNG_TOOLS_LICENSE_FILES = COPYING
|
|
|
-RNG_TOOLS_DEPENDENCIES = libsysfs jitterentropy-library host-pkgconf
|
|
|
+RNG_TOOLS_DEPENDENCIES = libsysfs jitterentropy-library host-pkgconf openssl
|
|
|
# From git
|
|
|
RNG_TOOLS_AUTORECONF = YES
|
|
|
|
|
@@ -23,10 +23,11 @@ RNG_TOOLS_CONF_ENV += LIBS="-largp"
|
|
|
RNG_TOOLS_DEPENDENCIES += argp-standalone
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
|
|
|
-RNG_TOOLS_DEPENDENCIES += libgcrypt
|
|
|
+ifeq ($(BR2_PACKAGE_LIBRTLSDR),y)
|
|
|
+RNG_TOOLS_DEPENDENCIES += librtlsdr
|
|
|
+RNG_TOOLS_CONF_OPTS += --with-rtlsdr
|
|
|
else
|
|
|
-RNG_TOOLS_CONF_OPTS += --without-libgcrypt
|
|
|
+RNG_TOOLS_CONF_OPTS += --without-rtlsdr
|
|
|
endif
|
|
|
|
|
|
define RNG_TOOLS_INSTALL_INIT_SYSV
|