blob: 81fe2812214f0344b5f980ce1301f08446d9b45d [file] [log] [blame]
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="869e2ae03b3ed57ea461984d8a9d113d57f110b5"
CROS_WORKON_TREE="7d379cfb5652816f4df8916deb4ef57066b82710"
EAPI="2"
CROS_WORKON_PROJECT="chromiumos/third_party/atheros"
inherit cros-workon
DESCRIPTION="Atheros AR300x firmware"
HOMEPAGE="http://www.atheros.com/"
LICENSE="Atheros"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RESTRICT="binchecks strip test"
CROS_WORKON_LOCALNAME="atheros"
DEPEND=""
RDEPEND=""
src_install() {
src_dir="${S}"/ath3k/files/firmware
dodir /lib/firmware || die
insinto /lib/firmware
doins -r ${src_dir}/* || die \
"failed installing from ${src_dir} to ${D}/lib/firmware"
}