From patchwork Fri Nov 5 12:45:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 1551354 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=140.211.166.137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4Hm0bY1GlYz9sfG for ; Fri, 5 Nov 2021 23:45:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 53541406D2; Fri, 5 Nov 2021 12:45:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tnr5S9CU3Ft5; Fri, 5 Nov 2021 12:45:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id BEAFF40637; Fri, 5 Nov 2021 12:45:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 716861BF372 for ; Fri, 5 Nov 2021 12:45:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 5FDA74019A for ; Fri, 5 Nov 2021 12:45:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 55sZOCWstjCd for ; Fri, 5 Nov 2021 12:45:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp2.osuosl.org (Postfix) with ESMTPS id 4839C40181 for ; Fri, 5 Nov 2021 12:45:21 +0000 (UTC) Received: (Authenticated sender: peter@korsgaard.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 1369CC0004; Fri, 5 Nov 2021 12:45:19 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.92) (envelope-from ) id 1miyat-0001zc-C5; Fri, 05 Nov 2021 13:45:19 +0100 From: Peter Korsgaard To: buildroot@buildroot.org Date: Fri, 5 Nov 2021 13:45:16 +0100 Message-Id: <20211105124517.7599-1-peter@korsgaard.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH] package/jack1/Config.in: fix wiki link X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Adam Heinrich Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" The entry seems to have been renamed slightly. Signed-off-by: Peter Korsgaard --- package/jack1/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/jack1/Config.in b/package/jack1/Config.in index b9299e2fd8..1c67f10332 100644 --- a/package/jack1/Config.in +++ b/package/jack1/Config.in @@ -25,7 +25,7 @@ config BR2_PACKAGE_JACK1 Another implementation (BR2_PACKAGE_JACK2) is also available, please consult the documentation to choose the right one: - https://github.com/jackaudio/jackaudio.github.com/wiki/Q_difference_jack1_jack2 + https://github.com/jackaudio/jackaudio.github.com/wiki/Differences-between-jack1-and-jack2 comment "jack1 needs a toolchain w/ threads, dynamic library" depends on BR2_USE_MMU