17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
# Description: Firmware blobs for use with the Linux kernel.
|
|
# URL: https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary
|
|
# Maintainer: Thomas Penteker, tek at serverop dot de
|
|
|
|
name=linux-firmware
|
|
version=20190214
|
|
release=1
|
|
source=(http://crux.nu/files/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
|
|
make DESTDIR=$PKG FIRMWAREDIR=/lib/firmware install
|
|
|
|
rm $PKG/lib/firmware/{Makefile,README,configure,GPL-{2,3}}
|
|
}
|