diff --git a/net-wireless/mt76x0/Manifest b/net-wireless/mt76x0/Manifest deleted file mode 100644 index eb104d761291efb5e104d368cd4045289b43ab51..0000000000000000000000000000000000000000 --- a/net-wireless/mt76x0/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -AUX mt76x0-9999_usb_h-firmware-location.patch 279 BLAKE2B b2d2c1851ab414716049bcde6c98b4129dce39b24702bdad304efdd1915800e83594995c9e262b227976f7a9d937dc5e6db1ddfd84677f6e4f0bfc39e9c02184 SHA512 f257eaa4f24b704bccd345031f2e7f16d58a3c98173a5b2e7079a3c1878c3374d3c6891dfc2020c98745c0dd19953d2201193f66f4569943039c469dc7bfbaf5 -EBUILD mt76x0-9999.ebuild 680 BLAKE2B 3ecf731206ba991ffb9ba5dae55cc04377f85fb392d7927a876e446012644d53628135c83a1370b69bb854c587c0da69582e232dc661b8c84f4b8f2711448b4d SHA512 a198f245d7e31dd33304e295ad4e8f64e3549675443b3054e569bd89daf1ffbfe6ce1b23dbba84391469c4ec837dca69d27170df7432fbfb66a85f689668088d diff --git a/net-wireless/mt76x0/files/mt76x0-9999_usb_h-firmware-location.patch b/net-wireless/mt76x0/files/mt76x0-9999_usb_h-firmware-location.patch deleted file mode 100644 index f655dd2249a75b4ca406bbb13c53fddbe2be347a..0000000000000000000000000000000000000000 --- a/net-wireless/mt76x0/files/mt76x0-9999_usb_h-firmware-location.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/usb.h b/usb.h -index 43273bb..91a22af 100644 ---- a/usb.h -+++ b/usb.h -@@ -16,7 +16,7 @@ - - #include "mt76x0.h" - --#define MT7610_FIRMWARE "mt7610.bin" -+#define MT7610_FIRMWARE "mediatek/mt7610u.bin" - - #define MT_VEND_REQ_MAX_RETRY 10 - #define MT_VEND_REQ_TOUT_MS 300 diff --git a/net-wireless/mt76x0/mt76x0-9999.ebuild b/net-wireless/mt76x0/mt76x0-9999.ebuild deleted file mode 100644 index 2c5d5054be830a99589e32a8d5dd074979e5db25..0000000000000000000000000000000000000000 --- a/net-wireless/mt76x0/mt76x0-9999.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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 -}