From 2aa0fac09b7d56bbafadbce57e504c7ca5fd721c Mon Sep 17 00:00:00 2001 From: DarkSun Date: Wed, 8 Sep 2021 05:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E9=A2=98[news]:=2020210907=20OpenWrt?= =?UTF-8?q?=2021.02=20Arrives=20With=20Linux=20Kernel=205.4=20&=20WPA3=20S?= =?UTF-8?q?upport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sources/news/20210907 OpenWrt 21.02 Arrives With Linux Kernel 5.4 - WPA3 Support.md --- ...es With Linux Kernel 5.4 - WPA3 Support.md | 98 +++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 sources/news/20210907 OpenWrt 21.02 Arrives With Linux Kernel 5.4 - WPA3 Support.md diff --git a/sources/news/20210907 OpenWrt 21.02 Arrives With Linux Kernel 5.4 - WPA3 Support.md b/sources/news/20210907 OpenWrt 21.02 Arrives With Linux Kernel 5.4 - WPA3 Support.md new file mode 100644 index 0000000000..5e539b43fe --- /dev/null +++ b/sources/news/20210907 OpenWrt 21.02 Arrives With Linux Kernel 5.4 - WPA3 Support.md @@ -0,0 +1,98 @@ +[#]: subject: "OpenWrt 21.02 Arrives With Linux Kernel 5.4 & WPA3 Support" +[#]: via: "https://news.itsfoss.com/openwrt-21-02-release/" +[#]: author: "Rishabh Moharir https://news.itsfoss.com/author/rishabh/" +[#]: collector: "lujun9972" +[#]: translator: " " +[#]: reviewer: " " +[#]: publisher: " " +[#]: url: " " + +OpenWrt 21.02 Arrives With Linux Kernel 5.4 & WPA3 Support +====== + +The OpenWrt community announced the first stable update of their series, OpenWrt 21.02. + +In case you did not know, OpenWrt is a project that helps create custom operating systems for embedded devices. + +It enables users to openly customize their devices according to their networking needs, something that the stock router firmware doesn’t. Other than routers, OpenWrt can run on a variety of devices such as smartphones, residential gateways, and even 32 bit PCs! + +With this release, they have over 5800 commits since the older OpenWrt 19.07. + +Let us take a look at what is new with OpenWrt 21.02. + +### OpenWrt 21.02: What’s New? + +While there are several technical changes and improvements, let me highlight the key additions. + +#### WPA3 Support + +Although present in the 19.07 release, the latest security standard for Wi-Fi networks is now included by default in the images. + +WPA3 stands for Wi-Fi Protected Access 3 and is a major improvement in terms of security over the popular WPA2. Backward compatibility is also supported. + +#### TLS and HTTPS Support + +Just like WPA3, TLS and HTTPS support is also included by default. This comes with the trusted CA certificates from Mozilla as well. + +With this addition, _wget_ and _opkg_ should now support fetching resources over HTTPS out-of-the-box. Moreover, [LuCl][1] is available over HTTPS in addition to HTTP. + +#### Initial DSA Support + +As the release announcement states: + +“DSA stands for Distributed Switch Architecture and is the Linux standard to deal with configurable Ethernet switches” + +This has replaced the _swconfig_ system which was being used until now. This is a notable change to how VLANs and switch ports are managed. + +#### New Minimum Hardware Requirements + +With numerous new features and updates to OpenWrt, including the increase in the general size of the Linux kernel, the minimum requirements have been increased. + +Devices now require at least 8 MB of flash and 64 MB memory to run the default build ensuring proper stability. + +#### Package Updates + +The release also comes packed in with several package upgrades, some of them are: + + * Linux kernel 5.4.143 + * gcc 8.4.0 + * glibc 2.33 + * binutils 2.34 + * busybox 1.33.1 + + + +Along with the above-listed packages, there are many others that have also received upgrades. You can get the full technical details in the [official release announcement][2]. + +### Download OpenWrt 21.02 + +You can head to its official website to download the latest stable builds or opt for development snapshots for experiments. + +Instructions to build your own packages, and firmware should be available in their documentation. + +The _sysupgrade_ command can be used to upgrade your system from OpenWrt 19.07 to OpenWrt 21.02. Do note that you won’t be able to upgrade from 18.06. + +[OpenWrt 21.02][3] + +#### Big Tech Websites Get Millions in Revenue, It's FOSS Got You! + +If you like what we do here at It's FOSS, please consider making a donation to support our independent publication. Your support will help us keep publishing content focusing on desktop Linux and open source software. + +I'm not interested + +-------------------------------------------------------------------------------- + +via: https://news.itsfoss.com/openwrt-21-02-release/ + +作者:[Rishabh Moharir][a] +选题:[lujun9972][b] +译者:[译者ID](https://github.com/译者ID) +校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://news.itsfoss.com/author/rishabh/ +[b]: https://github.com/lujun9972 +[1]: https://openwrt.org/docs/techref/luci +[2]: https://openwrt.org/releases/21.02/notes-21.02.0 +[3]: https://openwrt.org/downloads