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

@@ -4,4 +4,12 @@ config BR2_PACKAGE_ETHTOOL
ethtool is a small utility for examining and tuning your
ethernet-based network interface.
http://sourceforge.net/projects/gkernel/
https://www.kernel.org/pub/software/network/ethtool/
config BR2_PACKAGE_ETHTOOL_PRETTY_PRINT
bool "enable pretty printing"
default y
depends on BR2_PACKAGE_ETHTOOL
help
Enables ethtool's pretty printing for drivers
and SFP modules.

View File

@@ -1,2 +1,4 @@
# From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
sha256 403dfe288e2d8031eab0be3f5d0ca9128e120d61c52c3dc434474fa026eb4a43 ethtool-4.8.tar.xz
sha256 b7c1a380007d30eaf261a63b3cfc000f9d93f9eb7626dcd48b5d2a733af99cba ethtool-4.13.tar.xz
# Locally calculated
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@@ -4,10 +4,12 @@
#
################################################################################
ETHTOOL_VERSION = 4.8
ETHTOOL_VERSION = 4.13
ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
ETHTOOL_LICENSE = GPLv2
ETHTOOL_LICENSE = GPL-2.0
ETHTOOL_LICENSE_FILES = COPYING
ETHTOOL_CONF_OPTS = \
$(if $(BR2_PACKAGE_ETHTOOL_PRETTY_PRINT),--enable-pretty-dump,--disable-pretty-dump)
$(eval $(autotools-package))