From patchwork Thu Jun 25 00:17:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jason A. Donenfeld" X-Patchwork-Id: 1316668 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=zx2c4.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=zx2c4.com header.i=@zx2c4.com header.a=rsa-sha1 header.s=mail header.b=PIAYIXJz; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49sgZy1V7Dz9sSn; Thu, 25 Jun 2020 10:18:01 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1joFaS-0002JI-P6; Thu, 25 Jun 2020 00:17:52 +0000 Received: from mail.zx2c4.com ([192.95.5.64]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1joFaR-0002JC-98 for kernel-team@lists.ubuntu.com; Thu, 25 Jun 2020 00:17:51 +0000 Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTP id ccb39ca1; Wed, 24 Jun 2020 23:58:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=zx2c4.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=mail; bh=25ILr4sybdPl8fsDF5bxLwNEEas=; b=PIAYIXJzZ39rbfyaPX2i lcdB5GOu8slunl56LC0Qb4RVIDnEeSqYCzo+RsaVA5kIwdYb+J5yc1LUWLWHohUn sonHZUJgdJPV3pTqMy25qU9QLnkWFQU5G1br2i4mXvixfd+Z715fX8Zb4Ey1YGc8 eLVy9OCieN0BINGJMadFrvsfsuarOYyG6TYvraYwz3EBIAcZr0tLDq11O9ml/EHO XG/AMh0th1I0vo8j21/G7nDTFS/tVJNTdHj5VKxQwYpjgF+8rlzdWmM8NoY5Layq 10XJ5NYc6FKy81ErEF61xzX2fqUgyktjENWlO3Rq+8crXZA2Vhik9/ERNJa7Vw3Z Sg== Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id fe5c2e75 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 24 Jun 2020 23:58:45 +0000 (UTC) From: "Jason A. Donenfeld" To: kernel-team@lists.ubuntu.com Subject: [PATCH eoan linux-meta] UBUNTU: [Packaging] use correct variable name for snapdragon control.d Date: Wed, 24 Jun 2020 18:17:43 -0600 Message-Id: <20200625001743.1401819-1-Jason@zx2c4.com> MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Jason A. Donenfeld" Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Everywhere else, ${dkms:wireguard-linux-compat-modules} is used, but for some reason the wrong string was used for the snapdragon config. Signed-off-by: Jason A. Donenfeld Acked-by: Stefan Bader Acked-by: Kleber Sacilotto de Souza --- debian/control.d/snapdragon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.d/snapdragon b/debian/control.d/snapdragon index aecde41..3bf93a5 100644 --- a/debian/control.d/snapdragon +++ b/debian/control.d/snapdragon @@ -10,7 +10,7 @@ Package: linux-image-snapdragon@SUFFIX@ Architecture: arm64 Section: kernel Depends: ${misc:Depends}, linux-image-${kernel-abi-version}-snapdragon, linux-firmware -Provides: ${dkms:wireguard-modules} +Provides: ${dkms:wireguard-linux-compat-modules} Description: Linux kernel image for the Qualcomm Snapdragon 410c architecture This package will always depend on the latest kernel image available for ARM64 Qualcomm Snapdragon 410c systems.