e7137b32e4
* Deprecate device specific controller variables. * Set avahi hostname on boot. * Add dmidecode for x86_64 specific quirks.
10 lines
404 B
Makefile
10 lines
404 B
Makefile
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (C) 2020-present Fewtarius
|
|
|
|
PKG_NAME="dmidecode"
|
|
PKG_VERSION="3.4"
|
|
PKG_LICENSE="GPL"
|
|
PKG_SITE="https://www.nongnu.org/dmidecode/"
|
|
PKG_URL="http://download.savannah.gnu.org/releases/dmidecode/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Reports information about your system's hardware as described in your system BIOS"
|