mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
13 lines
627 B
Makefile
13 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.11"
|
|
PKG_SHA256="8d91f5c72ae3f25b7e88d4781279dcb320f71e30058914370b1c574c96b31202"
|
|
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"
|