mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
622 B
Makefile
15 lines
622 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="ethtool"
|
|
PKG_VERSION="4.15"
|
|
PKG_SHA256="71f7fd32483ffdc7c6c4d882e230714eb101df0a46cbe396dbeb8ac78f1ef91a"
|
|
PKG_ARCH="any"
|
|
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_SECTION="network"
|
|
PKG_SHORTDESC="ethtool: Display or change ethernet card settings"
|
|
PKG_LONGDESC="Ethtool is used for querying settings of an ethernet device and changing them."
|