OpenWrt

OpenWrt
OpenWrt 18.06.1 login screen
Developer OpenWrt Project
OS family Unix-like
Working state Current
Source model Open source
Initial release January 2004 (2004-01)
Latest release 18.06.1 / 18 August 2018 (2018-08-18)[1]
Latest preview 18.06.0-rc2 (15 July 2018 (2018-07-15)) [±][2]
Available in 22 languages[3]
Update method opkg
Package manager opkg
Platforms 50 different platforms using the following Instruction sets: ARC, ARM, m68k, MIPS, PowerPC, SPARC, SuperH, x86, x86-64[4]
Kernel type Monolithic (Linux)
Userland BusyBox
Default user interface CLI, WebUIs
License Free software (GPL and other licenses)
Official website www.openwrt.org

OpenWrt is an open source project for embedded operating system based on Linux, primarily used on embedded devices to route network traffic. The main components are Linux, util-linux, musl,[5] and BusyBox. All components have been optimized to be small enough to fit into the limited storage and memory available in home routers.

OpenWrt is configured using a command-line interface (ash shell), or a web interface (LuCI). There are about 3500 optional software packages available for installation via the opkg package management system.

OpenWrt can run on various types of devices, including CPE routers, residential gateways, smartphones, pocket computers (e.g. Ben NanoNote), and laptops. It is also possible to run OpenWrt on personal computers, which are most commonly based on the x86 architecture.

History

The OpenWrt project was started in 2004 after Linksys had built the firmware for their WRT54G series of wireless routers with code licensed under the GNU General Public License.[6] Under the terms of that license, Linksys was required to make the source code of its modified version available under the same license,[7][8] which enabled independent developers to create derivative versions. Support was originally limited to the WRT54G series, but has since been expanded to include many other routers and devices from many different manufacturers.

Using this code as a base and later as a reference, developers created a Linux distribution that offers many features not previously found in consumer-level routers. Some features formerly required proprietary software. Before the introduction of OpenWrt 8.09, using Linux 2.6.25 and the b43 kernel module, WLAN for many Broadcom-based routers was only available through the proprietary wl.o module that was also provided for Linux 2.4.x only.

OpenWrt releases are named after cocktails, such as White Russian, Kamikaze, Backfire, Attitude Adjustment, Barrier Breaker and Chaos Calmer, and their recipes are included in the message of the day (motd) displayed after logging in using the command-line interface.

In May 2016, OpenWrt was forked by a group of core OpenWrt contributors due to disagreements on internal process.[9] The fork was dubbed Linux Embedded Development Environment (LEDE). The schism was reconciled a year later.[10] Following the remerger, announced in January 2018,[11] the OpenWrt branding is preserved, with many of the LEDE processes and rules used. The LEDE project name was used for v17.01, with development versions of 18.01 branded OpenWrt.[12]


Releases

Revision Code Name Version Release date Kernel libc Notes
r6268 Old version, no longer supported: White Russian 0.9 January 2006 2.4.30 uClibc NVRAM-based, nas, wl. Supported platform: brcm-2.4.
r7428 Old version, no longer supported: Kamikaze 7.06 June 2007 2.6.19 Using opkg. Supported platforms: atheros-2.6, au1000-2.6, brcm-2.4, brcm47xx-2.6, ixp4xx-2.6, imagicbox-2.6, rb532-2.6 and x86-2.6.
r7832 Old version, no longer supported: Kamikaze 7.07 July 2007 2.6.21 New platform: amcc-2.6.
r8679 Old version, no longer supported: Kamikaze 7.09 September 2007 N/A
r14547 Old version, no longer supported: Kamikaze 8.09 September 2008 2.6.26 New platform: ar71xx.
r20742 Old version, no longer supported: Backfire 10.03 April 7, 2010[13] 2.6.32 Supported platforms: adm5120_mips, adm5120_mipsel, ar7, ar71xx, atheros, au1000, avr32, brcm-2.4, brcm47xx, brcm63xx, cobalt, ep80579, ifxmips, ixp4xx, kirkwood, octeon, orion, ppc40x, ppc44x, rb532, rdc, x86 and xburst.
r36088 Old version, no longer supported: Attitude Adjustment 12.09 April 25, 2013[14] 3.3 CoDel (network scheduler) backported from Linux 3.5 to 3.3. New platforms: ramips, bcm2708 (Raspberry Pi) and others.
r42625 Old version, no longer supported: Barrier Breaker 14.07 October 2, 2014[15] 3.10.49[16] New platforms: i.MX23, i.MX6.[17]
r46767 Old version, no longer supported: Chaos Calmer 15.05 September 11, 2015[18] 3.18.20[19] nftables (available since Linux kernel 3.12); New platforms: TBA if any
r49022 Old version, no longer supported: Chaos Calmer 15.05.1 March 16, 2016[20] 3.18.23[20] N/A
v17.01.5[21] Older version, yet still supported: Reboot (LEDE) 17.01.5 July 17, 2018[22] 4.4.140[23] musl[24] N/A
v18.06.0 Current stable version: 18.06 18.06.0 July 31, 2018 4.9.111 / 4.14.52 N/A
v18.06.1 18.06.1 18.06.1 August 19, 2018 4.9.120 / 4.14.63 N/A
git-tree Latest preview version of a future release: - development N/A 4.9/4.14 N/A
Legend:
Old version
Older version, still supported
Latest version
Latest preview version
Future release

With the Attitude Adjustment (12.09) release of OpenWrt, all hardware devices with 16 MB or less RAM are no longer supported as they can run out of memory easily.

Features

OpenWrt features a writeable root file system, enabling users to modify any file and easily install additional software. This is in contrast with other firmware based on read-only file systems which don't allow modifying installed software without rebuilding and flashing a complete firmware image. This is accomplished by overlaying a read-only compressed SquashFS file system with a writeable JFFS2 file system using overlayfs.[25][26] Additional software can be installed with the opkg package manager and the package repository contains approximately 3500 packages.

LuCI

OpenWrt can be configured through either a command-line interface or a web interface called LuCI. OpenWrt provides set of scripts called UCI (unified configuration interface) to unify and simplify configuration through the command-line interface.[27] Additional web interfaces, such as Gargoyle, are also available.

OpenWrt provides regular bug fixes and security updates even for devices that are no longer supported by their manufacturers.

Other features include:

Development

OpenWrt's development environment and build system, known together as OpenWrt Buildroot, are based on a heavily modified Buildroot system. OpenWrt Buildroot is a set of Makefiles and patches that automates the process of building a complete Linux-based OpenWrt system for an embedded device, by building and using an appropriate cross-compilation toolchain.[30][31]

Embedded devices usually use a different processor than the one found in host computers used for building their OpenWrt system images, requiring a cross-compilation toolchain. Such a compilation toolchain runs on a host system, but generates code for a targeted embedded device and its processor's instruction set architecture (ISA). For example, if a host system uses x86 and a target system uses MIPS32, the regular compilation toolchain of the host runs on x86 and generates code for x86 architecture, while the cross-compilation toolchain runs on x86 and generates code for the MIPS32 architecture. OpenWrt Buildroot automates this whole process to work on the instruction set architectures of most embedded devices and host systems.[30][32]

OpenWrt Buildroot provides the following features:[30][32]

  • Makes it easy to port software across architectures
  • Uses kconfig (Linux kernel menuconfig) for the configuration of all options
  • Provides an integrated cross-compiler toolchain (gcc, ld, uClibc etc.)
  • Provides an abstraction for autotools (automake, autoconf), cmake and SCons
  • Handles standard OpenWrt image build workflow: downloading, patching, configuration, compilation and packaging
  • Provides a number of common fixes for known badly behaving packages

Besides building system images, OpenWrt development environment also provides a mechanism for simplified cross-platform building of OpenWrt software packages. Source code for each software package is required to provide a Makefile-like set of building instructions, and an optional set of patches for bug fixes or footprint optimizations.[33]

Hardware compatibility

OpenWrt runs many different routers, and includes a table of compatible hardware on its website.[34] In its buyer's guide[35], it notes that users recommend devices equipped with wireless chips from either Qualcomm's Atheros or Ralink (now MediaTek).

Adoption

OpenWrt, especially its Buildroot build system, has been adopted many times:

  • Freifunk and other mesh network communities
  • Bufferbloat.net (Cerowrt)
  • SIMET Box, developed by NIC.br, is OpenWrt-based[36]
  • IETF IPv6 integration projects HIPnet and HomeNet are OpenWrt-based

Derivatives

  • LEDE was a fork of the OpenWrt project. The two projects reconciled and merged under the OpenWrt name[37].
  • CeroWrt  with a purpose to complement the debloat-testing kernel tree and provide a platform for real-world testing of bufferbloat fixes[38][39]
  • Coova chilli  OpenWrt-based with focus on wireless hotspots, a fork of chillifire with focus on wireless hotspot management
  • Gargoyle  a web interface for OpenWrt with a strong emphasis on usability that later forked into a separate distribution
  • Flukso  Wireless sensor nodes using an Atheros AR2317 chipset running a patched OpenWrt OS for communication. Sources and hardware schematics available on GitHub.
  • Fon  OpenWrt-based wireless routers acting as hotspots. Sources and toolchain available on fonosfera.org
  • Linino  OpenWrt-based distribution for the MIPS-based Arduino Yùn: GitHub Project
  • Midge Linux  an OpenWrt-based distribution for devices based on Infineon Technologies ADM-5120 SoCs, such as Edimax BR-6104K and BR-6104KP.
  • OpenSAN  iSCSI target Storage Area Network realization.
  • PacketProtector  OpenWrt-based security distribution that includes IDS, IPS, VPN, and web antivirus capabilities. Packages included Snort, Snort-inline, FreeRADIUS, OpenVPN, DansGuardian and ClamAV. These tools were accessible via the old web GUI management interface of OpenWrt, called X-Wrt or webif^2. Project ended on June 7, 2012.[40]
  • The Turris Omnia router runs on an OpenWrt derivative
  • Diverse grassroots projects for wireless community networks, including Freifunk, Libre-Mesh and qMp
  • libreCMC  OpenWrt-based distribution without non-free software or binary blobs, endorsed by the Free Software Foundation[41]

References

  1. |title=OpenWrt 18.06.1 - First Stable Release - July 2018
  2. "OpenWrt 18.06". OpenWrt Project. Retrieved 15 July 2018.
  3. "LuCI Translation Portal". September 1, 2004. Archived from the original on November 19, 2010. Retrieved December 31, 2010.
  4. "git.openwrt.org Git - openwrt/openwrt.git/blob - target/Config.in". git.openwrt.org. 2017-10-24. Retrieved 2018-07-02.
  5. Fietkau, Felix (16 June 2015). "OpenWrt switches to musl by default". Retrieved 16 June 2015.
  6. Miklas, Andrew (7 June 2003). "Linksys WRT54G and the GPL". Linux kernel mailing list (Mailing list). Retrieved 5 July 2018.
  7. Weiss, Aaron (8 November 2005). "The Open Source WRT54G Story". Wi-Fi Planet. Retrieved 5 July 2018.
  8. "Linksys Releases GPLed Code for WRT54G". Slashdot. 6 July 2003. Retrieved 5 July 2018.
  9. Willis, Nathan (May 11, 2016). "LEDE and OpenWrt". LWN.net. Retrieved 2017-08-31.
  10. Sharwood, Simon (10 May 2017). "OpenWRT and LEDE agree on Linux-for-routers peace plan". theregister.co.uk. Retrieved 2017-08-31.
  11. Wich, Jo-Philipp (Jan 2, 2018). "Announcing the OpenWrt/LEDE merge". LEDE Project Forum. Retrieved 2018-01-10.
  12. "Welcome to the OpenWrt Project (OpenWrt Project)". OpenWrt. January 2018. Retrieved 16 February 2018. As of January 2018, the current Stable OpenWrt release [17.01.4] was built from the LEDE 17.01 source code, and branded with the LEDE project name. Development versions of OpenWrt are currently branded with the OpenWrt name, and have a version number of 18.01 "
  13. "Release Notes Backfire 10.03". openwrt.org. 2010-04-07. Retrieved 2013-04-26.
  14. "Release Notes Attitude Adjustment 12.09". openwrt.org. 2013-04-25. Retrieved 2013-04-26.
  15. "OpenWrt BarrierBreaker 14.07". openwrt.org. October 2014.
  16. "kernel: update to 3.10.49". dev.archive.openwrt.org. 2014-07-20.
  17. "OpenWrt Project: Freescale i.MX". openwrt.org. Retrieved 2018-07-16.
  18. "OpenWrt Chaos Calmer 15.05". openwrt.org. September 2015.
  19. "[OpenWrt-Devel] Chaos Calmer 15.05-rc3". 2015-07-16.
  20. 1 2 "Chaos Calmer 15.05.1". 16 March 2016. Retrieved 21 March 2016.
  21. "v17.01.5 Tag". 2018-07-15. Retrieved 2018-08-08.
  22. "LEDE Project Releases". Retrieved 2018-08-08.
  23. "OpenWrt/LEDE 17.01.5 - Fifth Service Release - July 2018". 17 July 2018. Retrieved 2018-08-08.
  24. "[OpenWrt-Devel] OpenWrt switches to musl by default". 2015-06-16.
  25. "The OpenWrt Flash Layout". OpenWrt Project. Retrieved 7 July 2018.
  26. Corbet, Jonathan (15 June 2011). "Debating overlayfs". LWN.net. Retrieved 7 July 2018.
  27. "The UCI System". OpenWrt Project. Retrieved 8 July 2018.
  28. "29C3: ISP's black box". events.ccc.de. January 19, 2013.
  29. "kernel: add codel and fq_codel to generic 3.3 patch set". dev.archive.openwrt.org. 2012-05-16. Retrieved 2018-07-02.
  30. 1 2 3 "OpenWrt Buildroot – About". openwrt.org. Retrieved 2013-10-21.
  31. "OpenWrt Buildroot - Usage and documentation". openwrt.org. 2006-01-08. Retrieved 2013-10-21.
  32. 1 2 Tao Jin (2012-02-13). "OpenWrt Development Guide" (PDF). Wireless Networks Lab, CCIS, NEU. Retrieved 2013-10-21.
  33. "Creating packages". openwrt.org. Retrieved 2013-10-21.
  34. "OpenWrt Project: Table of Hardware". openwrt.org. Retrieved 2018-07-02.
  35. "OpenWrt Project: Buyers' Guide". openwrt.org. Retrieved 2018-07-02.
  36. "Simet Box". Retrieved 2017-09-14.
  37. "Announcing the OpenWrt/LEDE merge". Linux Weekly News. Retrieved 8 June 2018.
  38. "CeroWrt Wiki". Retrieved 2015-09-16.
  39. "ANNOUNCE: debloat-testing kernel git tree". LWN.net. Retrieved 2014-02-13.
  40. ""closing time" message from author on PacketProtector forum". Archived from the original on April 21, 2013.
  41. "Free Software Foundation adds libreCMC to its list of endorsed distributions". FSF.org. 2014-09-04. Retrieved 2014-12-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.