From patchwork Sat Mar 21 19:57:13 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 453008 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 8000914015A for ; Sun, 22 Mar 2015 06:57:21 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A2A78A355F; Sat, 21 Mar 2015 19:57:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W25EKBr0YctG; Sat, 21 Mar 2015 19:57:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 15844A3585; Sat, 21 Mar 2015 19:57:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id AFB2C1C0BF5 for ; Sat, 21 Mar 2015 19:57:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AC198A3585 for ; Sat, 21 Mar 2015 19:57:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id knpzqLbXHkgX for ; Sat, 21 Mar 2015 19:57:18 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 0FDB2A355F for ; Sat, 21 Mar 2015 19:57:18 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1YZPWG-000738-7y; Sat, 21 Mar 2015 20:57:16 +0100 Received: from arnout by vandecaa-laptop with local (Exim 4.84) (envelope-from ) id 1YZPWE-0000Jp-H3; Sat, 21 Mar 2015 20:57:14 +0100 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@buildroot.org Date: Sat, 21 Mar 2015 20:57:13 +0100 Message-Id: <1426967833-1188-1-git-send-email-arnout@mind.be> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1426967388-559-5-git-send-email-arnout@mind.be> References: <1426967388-559-5-git-send-email-arnout@mind.be> Subject: [Buildroot] [PATCH] README: mention 'make list-defconfigs' 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" 'make list-defconfigs' is probably one of the more useful things to get started quickly. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index a7dae24..e863f0e 100644 --- a/README +++ b/README @@ -15,6 +15,9 @@ To build and use the buildroot stuff, do the following: You do not need to be root to build or run buildroot. Have fun! +Buildroot comes with a basic configuration for a number of boards. Run +'make list-defconfigs' to view the list of provided configurations. + Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC.