From patchwork Tue Feb 28 11:21:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcus Hoffmann X-Patchwork-Id: 733450 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vXbkg723hz9s7k for ; Tue, 28 Feb 2017 22:21:47 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id CBD7930825; Tue, 28 Feb 2017 11:21:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2fDb2B4Q3jAA; Tue, 28 Feb 2017 11:21:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A301330820; Tue, 28 Feb 2017 11:21:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 7EBFE1BFBC9 for ; Tue, 28 Feb 2017 11:21:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 797D430820 for ; Tue, 28 Feb 2017 11:21:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fRpPV6xWY3Iu for ; Tue, 28 Feb 2017 11:21:42 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) by silver.osuosl.org (Postfix) with ESMTPS id CD2BD3081C for ; Tue, 28 Feb 2017 11:21:41 +0000 (UTC) Received: from [85.178.3.30] (helo=localhost.localdomain) by ms-10.1blu.de with esmtpa (Exim 4.86_2) (envelope-from ) id 1cifqe-0000Lu-5p; Tue, 28 Feb 2017 12:21:40 +0100 From: Marcus Hoffmann To: buildroot@buildroot.org Date: Tue, 28 Feb 2017 12:21:29 +0100 Message-Id: <20170228112129.7935-1-m.hoffmann@cartelsol.com> X-Mailer: git-send-email 2.9.3 X-Con-Id: 239684 X-Con-U: 0-mhoffmann X-Originating-IP: 85.178.3.30 Cc: Marcus Hoffmann Subject: [Buildroot] [PATCH 1/1] genimage: Fix typo in description. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Marcus Hoffmann --- package/genimage/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/genimage/Config.in.host b/package/genimage/Config.in.host index acf777c..5c5a8a8 100644 --- a/package/genimage/Config.in.host +++ b/package/genimage/Config.in.host @@ -5,7 +5,7 @@ config BR2_PACKAGE_HOST_GENIMAGE images from a given root filesystem tree. genimage is intended to be run in a fakeroot environment. - Configuration is done is a config file parsed by + Configuration is done in a config file parsed by libconfuse. Options like the path to tools can be given in environment variables, the config file or commandline switches.