Buildroot 2018-11 (#258)

* Update to buildroot 2018.11

* containerd update

* runc update

* runc docker engine

* runc docker proxy

* update rpi firmware

* update network manager

* update dhcpd

* update wait on network

* update rpi wifi

* revert glibc
This commit is contained in:
Pascal Vizeli
2018-11-26 11:04:01 +01:00
committed by GitHub
parent a9bbc7babe
commit 4411307353
3154 changed files with 41316 additions and 24203 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_STREAM_BUFFERED
bool "perl-stream-buffered"
help
temporary buffer to save bytes.
https://github.com/plack/Stream-Buffered

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b030fecaa784cd573289ae797c7aeae9 Stream-Buffered-0.03.tar.gz
sha256 9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b Stream-Buffered-0.03.tar.gz
# computed by scancpan
sha256 68e8c38e6d2f2b0570a908411f8321b80a7e35ea44f43729807c9ac9a025f591 LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-stream-buffered
#
################################################################################
PERL_STREAM_BUFFERED_VERSION = 0.03
PERL_STREAM_BUFFERED_SOURCE = Stream-Buffered-$(PERL_STREAM_BUFFERED_VERSION).tar.gz
PERL_STREAM_BUFFERED_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DO/DOY
PERL_STREAM_BUFFERED_LICENSE = Artistic or GPL-1.0+
PERL_STREAM_BUFFERED_LICENSE_FILES = LICENSE
PERL_STREAM_BUFFERED_DISTNAME = Stream-Buffered
$(eval $(perl-package))