aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/linux-firmware/abuild
blob: 41b7e7acea50e887d56ffc2a5e3d01424ae039ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name=linux-firmware
version=20240610
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
}