From nobody Mon Oct 25 13:33:26 2021 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 5A0EF181A90C; Mon, 25 Oct 2021 13:33:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HdG9y1zGJz3hWW; Mon, 25 Oct 2021 13:33:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 240B218C3; Mon, 25 Oct 2021 13:33:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19PDXQmj073731; Mon, 25 Oct 2021 13:33:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PDXQjW073730; Mon, 25 Oct 2021 13:33:26 GMT (envelope-from git) Date: Mon, 25 Oct 2021 13:33:26 GMT Message-Id: <202110251333.19PDXQjW073730@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Cy Schubert Subject: git: e1e40109d9c2 - stable/12 - wpa: Reconnect ndis_events build List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: e1e40109d9c29ccda5e5ee53a4e669cc4d589874 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=e1e40109d9c29ccda5e5ee53a4e669cc4d589874 commit e1e40109d9c29ccda5e5ee53a4e669cc4d589874 Author: Cy Schubert AuthorDate: 2021-10-22 21:35:07 +0000 Commit: Cy Schubert CommitDate: 2021-10-25 13:31:03 +0000 wpa: Reconnect ndis_events build ndis_events build was disconnected by the MFC of 25ecdc7d52770caf1c9b44b5ec11f468f6b636f3. Reconnect it. This is a direct commit to stable/12. Reported by: scott-allendorf@uiowa.edu> Fixes: 5654815fd3604e024eefdcb34904d3a7c883e8c5 --- usr.sbin/wpa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile index fe8fb60b1dc2..18fc45c24e20 100644 --- a/usr.sbin/wpa/Makefile +++ b/usr.sbin/wpa/Makefile @@ -6,6 +6,7 @@ SUBDIR= src .WAIT \ wpa_passphrase \ hostapd \ hostapd_cli \ + ndis_events SUBDIR_PARALLEL=