From patchwork Thu Mar 22 14:33:43 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 148264 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 4A5ABB6F13 for ; Fri, 23 Mar 2012 02:03:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A0ADDA03B3; Thu, 22 Mar 2012 15:03:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id d2u5kvh0ZeWb; Thu, 22 Mar 2012 15:03:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C68C5A0394; Thu, 22 Mar 2012 15:03:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id C000C8F753 for ; Thu, 22 Mar 2012 15:03:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B73658E2E2 for ; Thu, 22 Mar 2012 15:03:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WN3t0MHzsKU3 for ; Thu, 22 Mar 2012 15:03:26 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by whitealder.osuosl.org (Postfix) with ESMTP id 7B3828D91B for ; Thu, 22 Mar 2012 15:03:26 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 6FF179693C; Thu, 22 Mar 2012 15:03:26 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Thu, 22 Mar 2012 15:33:43 +0100 X-Git-Refname: refs/heads/master X-Git-Oldrev: 8fce69fd2f42290d0794b4cc823312d4205ff9dc X-Git-Newrev: d0c4b0266491ae06d3b423a28bda50336a82bb5a Message-Id: <20120322150326.6FF179693C@busybox.osuosl.org> Subject: [Buildroot] [git commit] kmod: adjust upstream URL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=d0c4b0266491ae06d3b423a28bda50336a82bb5a branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master kmod still doesn't have a real website, but git tree moved to kernel.org, so update help to match. Signed-off-by: Peter Korsgaard --- package/kmod/Config.in | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/package/kmod/Config.in b/package/kmod/Config.in index f83237e..c5e8ca8 100644 --- a/package/kmod/Config.in +++ b/package/kmod/Config.in @@ -3,5 +3,4 @@ config BR2_PACKAGE_KMOD help handle kernel modules - http://git.profusion.mobi/cgit.cgi/kmod.git/ - + http://git.kernel.org/?p=utils/kernel/kmod/kmod.git