mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
14 lines
627 B
Makefile
14 lines
627 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.15"
|
|
PKG_SHA256="9477c365114d910120aaec5336a1d16196c833d8486f7c6da67bedef57880ade"
|
|
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."
|
|
PKG_BUILD_FLAGS="-cfg-libs"
|