aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux-firmware/abuild
blob: afe3c380560c252389a848051ebb869deccf505f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=linux-firmware
version=20240513
release=1
source="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/$name.git/snapshot/$name-$version.tar.gz"

build() {
	make FIRMWAREDIR=/lib/firmware install-xz
	# make separate port for them
	for i in amd* radeon brcm cypress nvidia qcom netronome mellanox mrvl; do
	        rm -rf $PKG/lib/firmware/$i
	done
}