Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -3,7 +3,7 @@ config BR2_PACKAGE_LIBMHASH
help
Mhash is a free (under GNU Lesser GPL) library which provides
a uniform interface to a large number of hash algorithms.
These algorithms can be used to compute checksums, message digests,
and other signatures.
These algorithms can be used to compute checksums, message
digests, and other signatures.
http://mhash.sourceforge.net/

View File

@@ -8,7 +8,7 @@ LIBMHASH_VERSION = 0.9.9.9
LIBMHASH_SITE = http://downloads.sourceforge.net/project/mhash/mhash/$(LIBMHASH_VERSION)
LIBMHASH_SOURCE = mhash-$(LIBMHASH_VERSION).tar.bz2
LIBMHASH_INSTALL_STAGING = YES
LIBMHASH_LICENSE = LGPLv2
LIBMHASH_LICENSE = LGPL-2.0
LIBMHASH_LICENSE_FILES = COPYING
$(eval $(autotools-package))