From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFD491396D0 for ; Sat, 9 Sep 2017 20:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1CB81FC03B; Sat, 9 Sep 2017 20:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2D851FC03B for ; Sat, 9 Sep 2017 20:34:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC72C3416BF for ; Sat, 9 Sep 2017 20:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D7129063 for ; Sat, 9 Sep 2017 20:34:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1504989077.a315a2dffd3af7817c6af988b1d54b8795522a71.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/broadcom-sta/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild X-VCS-Directories: net-wireless/broadcom-sta/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: a315a2dffd3af7817c6af988b1d54b8795522a71 X-VCS-Branch: master Date: Sat, 9 Sep 2017 20:34:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5d566628-fb01-4dc9-b13e-013a1bb29cd2 X-Archives-Hash: e71ea5cffb980b36b6aafc5672362674 commit: a315a2dffd3af7817c6af988b1d54b8795522a71 Author: Matt Turner gentoo org> AuthorDate: Sat Sep 9 20:30:54 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Sep 9 20:31:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a315a2df net-wireless/broadcom-sta: Inform users about a compatible wireless card .../broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild index 5cf284a4ceb..34b37eceeaf 100644 --- a/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild +++ b/net-wireless/broadcom-sta/broadcom-sta-6.30.223.271-r4.ebuild @@ -24,6 +24,20 @@ S="${WORKDIR}" MODULE_NAMES="wl(net/wireless)" MODULESD_WL_ALIASES=("wlan0 wl") +pkg_pretend() { + ewarn + ewarn "If you are stuck using this unmaintained driver (likely in a MacBook)," + ewarn "you may be interested to know that a newer compatible wireless card" + ewarn "is supported by the in-tree brcmfmac driver. It has a model number " + ewarn "BCM943602CS and is for sale on the second hand market for less than " + ewarn "20 USD." + ewarn + ewarn "See https://wikidevi.com/wiki/Broadcom_Wireless_Adapters and" + ewarn " https://wikidevi.com/wiki/Broadcom_BCM943602CS" + ewarn "for more information." + ewarn +} + pkg_setup() { # bug #300570 # NOTE: module builds correctly anyway with b43 and SSB enabled