update buildroot to 2017.02.11
This commit is contained in:
7
bsp/buildroot-2017.02.11/package/ethtool/Config.in
Normal file
7
bsp/buildroot-2017.02.11/package/ethtool/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_ETHTOOL
|
||||
bool "ethtool"
|
||||
help
|
||||
ethtool is a small utility for examining and tuning your
|
||||
ethernet-based network interface.
|
||||
|
||||
http://sourceforge.net/projects/gkernel/
|
||||
2
bsp/buildroot-2017.02.11/package/ethtool/ethtool.hash
Normal file
2
bsp/buildroot-2017.02.11/package/ethtool/ethtool.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
|
||||
sha256 403dfe288e2d8031eab0be3f5d0ca9128e120d61c52c3dc434474fa026eb4a43 ethtool-4.8.tar.xz
|
||||
13
bsp/buildroot-2017.02.11/package/ethtool/ethtool.mk
Normal file
13
bsp/buildroot-2017.02.11/package/ethtool/ethtool.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# ethtool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ETHTOOL_VERSION = 4.8
|
||||
ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
|
||||
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
|
||||
ETHTOOL_LICENSE = GPLv2
|
||||
ETHTOOL_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user