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

@@ -1,7 +1,7 @@
config BR2_PACKAGE_LIBSYSFS
bool "libsysfs"
help
These are a set of utilities built upon sysfs, a filesystem in
Linux 2.6 kernels that exposes a system's device tree.
These are a set of utilities built upon sysfs, a filesystem in
Linux 2.6 kernels that exposes a system's device tree.
http://linux-diag.sourceforge.net/Sysfsutils.html
http://linux-diag.sourceforge.net/Sysfsutils.html

View File

@@ -8,7 +8,7 @@ LIBSYSFS_VERSION = 2.1.0
LIBSYSFS_SITE = http://downloads.sourceforge.net/project/linux-diag/sysfsutils/$(LIBSYSFS_VERSION)
LIBSYSFS_SOURCE = sysfsutils-$(LIBSYSFS_VERSION).tar.gz
LIBSYSFS_INSTALL_STAGING = YES
LIBSYSFS_LICENSE = GPLv2 (utilities), LGPLv2.1+ (library)
LIBSYSFS_LICENSE = GPL-2.0 (utilities), LGPL-2.1+ (library)
LIBSYSFS_LICENSE_FILES = cmd/GPL lib/LGPL
$(eval $(autotools-package))