update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_FPING
bool "fping"
help
fping is a program to send ICMP echo probes to network hosts,
similar to ping, but much better performing when pinging
multiple hosts.
http://fping.org/

View File

@@ -0,0 +1,2 @@
# Locally calculated
sha256 d86f2281bda4653c7049e6ba8fce24ba67edbf9193b7bb1cf6219b0c8ddce4e6 fping-3.12.tar.gz

View File

@@ -0,0 +1,12 @@
################################################################################
#
# fping
#
################################################################################
FPING_VERSION = 3.12
FPING_SITE = http://fping.org/dist
FPING_LICENSE = BSD-like
FPING_LICENSE_FILES = COPYING
$(eval $(autotools-package))