From patchwork Sun Sep 12 05:38:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Spooren X-Patchwork-Id: 1526825 X-Patchwork-Delegate: mail@aparcar.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; secure) header.d=lists.infradead.org header.i=@lists.infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=BnKmkKeX; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Received: from bombadil.infradead.org (unknown [IPv6:2607:7c80:54:e::133]) (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 ozlabs.org (Postfix) with ESMTPS id 4H6dq16gYKz9sW8 for ; Sun, 12 Sep 2021 15:44:45 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=a84DUNIQ6YCshwRWpYg/YTSdhdyuVc8dmxoBsA94lew=; b=BnKmkKeXO7FkBd II6Ms1Mdhhdo9nbJyHR1p79IvdXIiWyYGqdNeVZu5zohDjwTPow5XTyDWzoJXYzFxPKEzn1cBBUaD sAwJmSv+8XCAcUaMqgvAQmitgM4V2TxOf0uDQQD/C3S4uDCnx5fQa5rXYpp1DVejtIQpE1DFkjCqB j4h+02QbI5u+PE4ivO1pk8xJjmPJL6AznLzP4DxbXXYXvjRbzzU0istGUGwLujkOw6wXdNoV/ELt0 sMlwtXyblZ3JlD2OZcnmOFDJwMqnwmMyGa8vgVqipiuHMzdoKEpY4VWVHE71dR77ingtJ42B97O7z saFlLI6/7Wc3TZk0mw5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPIDG-00Fs37-Nb; Sun, 12 Sep 2021 05:39:34 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mPIDC-00Fs1x-Ar for openwrt-devel@lists.openwrt.org; Sun, 12 Sep 2021 05:39:32 +0000 Received: from reactor.lan (udp102851uds.hawaiiantel.net [72.235.131.57]) (Authenticated sender: mail@aparcar.org) by relay12.mail.gandi.net (Postfix) with ESMTPA id 7C62A200002; Sun, 12 Sep 2021 05:39:22 +0000 (UTC) From: Paul Spooren To: openwrt-devel@lists.openwrt.org Cc: Paul Spooren Subject: [PATCH] README: add download section Date: Sat, 11 Sep 2021 19:38:29 -1000 Message-Id: <20210912053828.1699147-1-mail@aparcar.org> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210911_223930_549237_BE289B9E X-CRM114-Status: UNSURE ( 7.29 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.0 (/) X-Spam-Report: Spam detection software, running on the system "bombadil.infradead.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The *Firmware Selector* was build to simplify users finding suitable images for their devices. Let's give it more visibility so unleashing your home router becomes an easier thing. Signed-off-by: Paul Spooren --- This is a cross post[1] but since it's quite a public change I want it to have some visibility. Content analysis details: (-0.0 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [217.70.178.232 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.178.232 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org The *Firmware Selector* was build to simplify users finding suitable images for their devices. Let's give it more visibility so unleashing your home router becomes an easier thing. Signed-off-by: Paul Spooren --- This is a cross post[1] but since it's quite a public change I want it to have some visibility. [1]: https://github.com/openwrt/openwrt/pull/4527 README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bf17544ed4..a1a1ead2cb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,18 @@ full customization, to use the device in ways never envisioned. Sunshine! +## Download + +Built firmware images are available for many architectures and come with a +package selection to be used as WiFi home router. To quickly find a factory +image usable to migrate from a vendor stock firmware to OpenWrt, try the +*Firmware Selector*. + +* [OpenWrt Firmware Selector](https://firmware-selector.openwrt.org/) + +If your device is supported, please follow the **Info** link to see install +instructions or consult the support resources listed below. + ## Development To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case