Update buildroot to 2021.02.1 (#1312)

Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
Stefan Agner
2021-04-08 15:51:24 +02:00
committed by GitHub
parent 40a705bbd3
commit aff28ce60e
411 changed files with 28197 additions and 879 deletions

View File

@@ -1,5 +1,5 @@
# Locally computed after checking gpg key
# https://media.luffy.cx/files/lldpd/lldpd-1.0.7.tar.gz.gpg
# https://media.luffy.cx/files/lldpd/lldpd-1.0.9.tar.gz.gpg
# using key AEF2348766F371C689A7360095A42FE8353525F9
sha256 1df79179d489c841b49265f2ab5ff05f284a647e95862d2f3c02b3fb079a87e1 lldpd-1.0.7.tar.gz
sha256 6b64eb3125952b1e33472198b054e8aa0dee45f45d3d4be22789090a474949f5 lldpd-1.0.9.tar.gz
sha256 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
LLDPD_VERSION = 1.0.7
LLDPD_VERSION = 1.0.9
LLDPD_SITE = https://media.luffy.cx/files/lldpd
LLDPD_DEPENDENCIES = \
$(if $(BR2_PACKAGE_CHECK),check) \
@@ -14,6 +14,7 @@ LLDPD_DEPENDENCIES = \
$(if $(BR2_PACKAGE_VALGRIND),valgrind)
LLDPD_LICENSE = ISC
LLDPD_LICENSE_FILES = LICENSE
LLDPD_CPE_ID_VENDOR = lldpd_project
# Detection of c99 support in configure fails without WCHAR. To enable
# automatic detection of c99 support by configure, we need to enable