12 lines
585 B
Makefile
12 lines
585 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="ethtool"
|
|
PKG_VERSION="5.1"
|
|
PKG_SHA256="65feac1fec6565290b7784b2efc925dee900a9b11202ce7c6c30a967c3da3387"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="http://www.kernel.org/pub/software/network/ethtool/"
|
|
PKG_URL="http://www.kernel.org/pub/software/network/ethtool/$PKG_NAME-$PKG_VERSION.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Ethtool is used for querying settings of an ethernet device and changing them."
|