Files @ 645bb19b009e
Branch filter:

Location: portage-overlay.git/net-wireless/mt76x0/mt76x0-9999.ebuild

645bb19b009e 680 B application/vnd.gentoo.ebuild Show Annotation Show as Raw Download as Raw
chain
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

inherit linux-info linux-mod git-r3

DESCRIPTION="Linux mt76x0 driver"
HOMEPAGE="https://github.com/sgruszka/mt76x0"
EGIT_REPO_URI="https://github.com/sgruszka/mt76x0.git"
#EGIT_COMMIT="c33ddb05a77741d2a9c9b974ad0cf0fa26d17b6e"

LICENSE="GPL-2"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
IUSE=""

MODULE_NAMES="mt76x0(net/wireless:)"
BUILD_TARGETS="all"

src_prepare() {
	epatch "${FILESDIR}"/${P}_usb_h-firmware-location.patch
	default
}

src_compile() {
	KDIR="/lib/modules/${KV_FULL}/build" linux-mod_src_compile
}

src_install() {
        linux-mod_src_install
}