Files
@ ec25d8351997
Branch filter:
Location: portage-overlay.git/net-wireless/mt76x0/mt76x0-9999.ebuild - annotation
ec25d8351997
552 B
application/vnd.gentoo.ebuild
add media-gfx/wkhtmltopdf to tree
3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 3aaa11881847 | # 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
}
|