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

Search

Install

Install this version:

emerge -a =sys-firmware/ath6kl-firmware-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-firmware/ath6kl-firmware-9999

Or alternatively:

emerge --autounmask-write -a =sys-firmware/ath6kl-firmware-9999

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
}

Inherited Eclasses