X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=README.md;h=8bca0ee7b08247d6939fdecc95f9216b79c35703;hb=5899689159e2a608b74a20b103e052128d443672;hp=2eff29232108cf648f406216bd58e34094ecb509;hpb=a424dfd66bd881fc117ede8b737a0f8dd2c6dd37;p=openwrt%2Fstaging%2Fhauke.git diff --git a/README.md b/README.md index 2eff292321..8bca0ee7b0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,24 @@ 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. + +## + +An advanced user may require additional or specific package. (Toolchain, SDK, ...) For everything else than simple firmware download, try the wiki download page: + +* [OpenWrt Wiki Download](https://openwrt.org/downloads) + ## Development To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case @@ -26,7 +44,7 @@ documentation. ``` binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev -make4.1+ perl python3.6+ rsync subversion unzip which +make4.1+ perl python3.7+ rsync subversion unzip which ``` ### Quickstart