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_NET_TELNET
bool "perl-net-telnet"
help
Interact with TELNET port or other TCP ports.
https://metacpan.org/release/Net-Telnet

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 d2514080116c1b0fa5f96295c84538e3 Net-Telnet-3.04.tar.gz
sha256 e64d567a4e16295ecba949368e7a6b8b5ae2a16b3ad682121d9b007dc5d2a37a Net-Telnet-3.04.tar.gz
# computed by scancpan
sha256 05beca683093827706ef45a4958bf23bcd91990e0beeb0b098f97c661478c90d README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-net-telnet
#
################################################################################
PERL_NET_TELNET_VERSION = 3.04
PERL_NET_TELNET_SOURCE = Net-Telnet-$(PERL_NET_TELNET_VERSION).tar.gz
PERL_NET_TELNET_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JR/JROGERS
PERL_NET_TELNET_LICENSE = Artistic or GPL-1.0+
PERL_NET_TELNET_LICENSE_FILES = README
PERL_NET_TELNET_DISTNAME = Net-Telnet
$(eval $(perl-package))