Move buildroot to bsp directory.
This commit is contained in:
7
bsp/buildroot/package/ethtool/Config.in
Normal file
7
bsp/buildroot/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/package/ethtool/ethtool.hash
Normal file
2
bsp/buildroot/package/ethtool/ethtool.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
|
||||
sha256 8cb854bcf71ef8b484b5d2a0e6bf056ae1fbf12cfb19e4907b74b7b21da91e87 ethtool-4.2.tar.xz
|
||||
13
bsp/buildroot/package/ethtool/ethtool.mk
Normal file
13
bsp/buildroot/package/ethtool/ethtool.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# ethtool
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ETHTOOL_VERSION = 4.2
|
||||
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