mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
13 lines
598 B
Makefile
13 lines
598 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="6.6"
|
|
PKG_SHA256="833a8493cb9cd5809ab59743092d9a38742c282290800e9626407511bbcebf9e"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.kernel.org/pub/software/network/ethtool/"
|
|
PKG_URL="https://www.kernel.org/pub/software/network/ethtool/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain libmnl"
|
|
PKG_LONGDESC="Ethtool is used for querying settings of an ethernet device and changing them."
|