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 DB00B138359 for ; Thu, 3 Sep 2020 17:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C2DE0891; Thu, 3 Sep 2020 17:37:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DA2EFE0891 for ; Thu, 3 Sep 2020 17:37:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C3CC3340F0D for ; Thu, 3 Sep 2020 17:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 454E032F for ; Thu, 3 Sep 2020 17:37:45 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1599154653.0338bf162978025ca9260648dbcdbd457c9a2bf4.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/iwd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/iwd/iwd-1.8-r1.ebuild X-VCS-Directories: net-wireless/iwd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 0338bf162978025ca9260648dbcdbd457c9a2bf4 X-VCS-Branch: master Date: Thu, 3 Sep 2020 17:37:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c5e01e17-1aee-4f15-8056-8b481823e44e X-Archives-Hash: 508624309a9bbb3562bcd554e52b1c68 commit: 0338bf162978025ca9260648dbcdbd457c9a2bf4 Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 3 13:29:19 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 3 17:37:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0338bf16 net-wireless/iwd: add kernel version check related to crda support Closes: https://bugs.gentoo.org/736545 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Ben Kohler gentoo.org> net-wireless/iwd/iwd-1.8-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-wireless/iwd/iwd-1.8-r1.ebuild b/net-wireless/iwd/iwd-1.8-r1.ebuild index 61bd996e8df..aa4d449bc90 100644 --- a/net-wireless/iwd/iwd-1.8-r1.ebuild +++ b/net-wireless/iwd/iwd-1.8-r1.ebuild @@ -93,6 +93,10 @@ pkg_setup() { check_extra_config if ! use crda; then + if use kernel_linux && kernel_is -lt 4 15; then + ewarn "POSSIBLE REGULATORY DOMAIN PROBLEM:" + ewarn "Regulatory domain support for kernels older than 4.15 requires crda." + fi if linux_config_exists && linux_chkconfig_builtin CFG80211 && [[ $(linux_chkconfig_string EXTRA_FIRMWARE) != *regulatory.db* ]] then