Move buildroot to bsp directory.

This commit is contained in:
2016-11-16 22:05:33 +01:00
parent 317c040ea8
commit 807ab03547
7408 changed files with 0 additions and 0 deletions

View 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/

View File

@@ -0,0 +1,2 @@
# From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
sha256 8cb854bcf71ef8b484b5d2a0e6bf056ae1fbf12cfb19e4907b74b7b21da91e87 ethtool-4.2.tar.xz

View 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))