sys-firmware/ath6kl-firmware - 9999 (flussence)

Search

Package Information

Description:
ath6kl firmware images (AR6004)
License:
qca-firmware

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

GITHUB_USER="qca"

DESCRIPTION="ath6kl firmware images (AR6004)"
LICENSE="qca-firmware"
SLOT="0"

inherit github-pkg

src_install() {
	insinto /lib/firmware
	doins -r ath6k
	default
}