<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/pepe2k, branch v21.02.0</title>
<subtitle>Staging tree of Piotr Dymacz</subtitle>
<id>https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.0</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/pepe2k/atom?h=v21.02.0'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/'/>
<updated>2021-09-01T19:53:53Z</updated>
<entry>
<title>OpenWrt v21.02.0: adjust config defaults</title>
<updated>2021-09-01T19:53:53Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-09-01T19:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=b2ae4233149dfd78f2ac00bb5327695bcacdc255'/>
<id>urn:sha1:b2ae4233149dfd78f2ac00bb5327695bcacdc255</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ath79: add support for onion omega</title>
<updated>2021-08-31T22:20:08Z</updated>
<author>
<name>Jan-Niklas Burfeind</name>
</author>
<published>2021-08-27T17:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5cc05358006d592d3712e6565c253762819fe010'/>
<id>urn:sha1:5cc05358006d592d3712e6565c253762819fe010</id>
<content type='text'>
The Onion Omega is a hardware development platform with built-in WiFi.

https://onioniot.github.io/wiki/

Specifications:
 - QCA9331 @ 400 MHz (MIPS 24Kc Big-Endian Processor)
 - 64MB of DDR2 RAM running at 400 MHz
 - 16MB of on-board flash storage
 - Support for USB 2.0
 - Support for Ethernet at 100 Mbps
 - 802.11b/g/n WiFi at 150 Mbps
 - 18 digital GPIOs
 - A single Serial UART
 - Support for SPI
 - Support for I2S

Flash instructions:
The device is running OpenWrt upon release using the ar71xx target.
Both a sysupgrade
and uploading the factory image using u-boots web-UI do work fine.

Depending on the ssh client, it might be necessary to enable outdated
KeyExchange methods e.g. in the clients ssh-config:

Host 192.168.1.1
        KexAlgorithms +diffie-hellman-group1-sha1

The stock credentials are: root onioneer

For u-boots web-UI manually configure `192.168.1.2/24` on your computer,
connect to `192.168.1.1`.

MAC addresses as verified by OEM firmware:
2G       phy0      label
LAN      eth0      label - 1

LAN is only available in combination with an optional expansion dock.

Based on vendor acked commit:
commit 5cd49bb067ca ("ar71xx: add support for Onion Omega")

Partly reverts:
commit fc553c7e4c8e ("ath79: drop unused/incomplete dts")

Signed-off-by: Jan-Niklas Burfeind &lt;git@aiyionpri.me&gt;
(cherry picked from commit d98738b5c118fc45068b45f07b8b6938e91f35d2)
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.143</title>
<updated>2021-08-29T19:30:32Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-29T19:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=085c67762ddac7133b47c6e3825d944c41a5e174'/>
<id>urn:sha1:085c67762ddac7133b47c6e3825d944c41a5e174</id>
<content type='text'>
Manually rebased:
  bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch

Removed upstreamed:
  mvebu/patches-5.4/100-cpufreq-armada-37xx-forbid-cpufreq-for-1.2-GHz-variant.patch

All others updated automatically.

Compile-tested on: lantiq/xrx200, armvirt/64
Runtime-tested on: lantiq/xrx200, armvirt/64

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>openssl: bump to 1.1.1l</title>
<updated>2021-08-28T13:51:41Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-08-26T17:37:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=ff31cfb8569f87195a20450aa11e3bdcae59e25c'/>
<id>urn:sha1:ff31cfb8569f87195a20450aa11e3bdcae59e25c</id>
<content type='text'>
This version fixes two vulnerabilities:
  - SM2 Decryption Buffer Overflow (CVE-2021-3711)
    Severity: High

  - Read buffer overruns processing ASN.1 strings (CVE-2021-3712)
    Severity: Medium

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
(cherry picked from commit 7119fd32d397567931e63dbbf72014e95624018f)
</content>
</entry>
<entry>
<title>prereq-build: require python3-distutils</title>
<updated>2021-08-28T13:48:08Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2021-08-10T10:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=5bfb9c30a1a3199596dcf07cf64dea7df92a7237'/>
<id>urn:sha1:5bfb9c30a1a3199596dcf07cf64dea7df92a7237</id>
<content type='text'>
Debian and Ubuntu ship a python3-minimal package which does not include
the distutils module. This is not supported by upstream and can be
considered a broken python distribution.

In practice, many scripts depend on said module, and this is a reoccuring
pain point for building various OpenWrt packages.

Require and check for said module, enough time has been wasted on this.

A list of just the most recent issues:
https://github.com/openwrt/packages/pull/16304
https://github.com/openwrt/packages/pull/16027
https://github.com/openwrt/packages/pull/15443
https://github.com/openwrt/packages/pull/14394
https://github.com/openwrt/packages/pull/12909
https://github.com/openwrt/packages/issues/12443
https://github.com/openwrt/packages/pull/11035
https://github.com/openwrt/packages/issues/10993

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
(cherry picked from commit 60af8d753343691c4a647bfc7c51ef6eb92df9f2)
</content>
</entry>
<entry>
<title>uboot-layerscape: fix dtc compilation on host gcc 10</title>
<updated>2021-08-28T13:48:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-08T22:03:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=f78017006b6ad1f91d411eb003870bfc33a895e0'/>
<id>urn:sha1:f78017006b6ad1f91d411eb003870bfc33a895e0</id>
<content type='text'>
Backport a patch from upstream U-Boot to fix the compile with host GCC 10.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
(cherry picked from commit 8d143784cb8fafccdbcdc0bd5d1aa47d3d676f70)
</content>
</entry>
<entry>
<title>uboot-at91: fix dtc compilation on host gcc 10</title>
<updated>2021-08-28T13:48:08Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2021-08-20T22:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=8f039acee462bdda6928b98b2838b99e4723bb29'/>
<id>urn:sha1:8f039acee462bdda6928b98b2838b99e4723bb29</id>
<content type='text'>
Backport a patch from upstream U-Boot to fix the compile with host GCC 10.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
(cherry picked from commit a1034afba8ea8bec48e2528fdae0fb74a6757e53)
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.142</title>
<updated>2021-08-24T17:41:47Z</updated>
<author>
<name>David Bauer</name>
</author>
<published>2021-08-19T18:40:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=378769b5551714ccaa821b481bfeecbf362f351e'/>
<id>urn:sha1:378769b5551714ccaa821b481bfeecbf362f351e</id>
<content type='text'>
Compile-tested: ath79-generic ipq40xx-generic
Run-tested: ipq40xx-generic

Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;
</content>
</entry>
<entry>
<title>ipq40xx: fix Edgecore ECW5211 boot</title>
<updated>2021-08-24T17:41:47Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-18T13:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=662401d903ae542e9868e572e318d5411ec756a7'/>
<id>urn:sha1:662401d903ae542e9868e572e318d5411ec756a7</id>
<content type='text'>
The bootloader will look for a configuration section named ap.dk01.1-c2
in the FIT image. If this doesn't exist, the device won't boot.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
(cherry picked from commit a43da1be43ae251f0edaa6419612e600fc6ec972)
</content>
</entry>
<entry>
<title>ath79: kernel: Add missing quote to drivers/mfd/Kconfig</title>
<updated>2021-08-22T18:02:31Z</updated>
<author>
<name>Paul Blazejowski</name>
</author>
<published>2021-07-21T22:28:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/pepe2k/commit/?id=61c65acbda9720f445f1c696a871d1c79578cbdf'/>
<id>urn:sha1:61c65acbda9720f445f1c696a871d1c79578cbdf</id>
<content type='text'>
A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch
produces:

...
scripts/kconfig/conf  --syncconfig Kconfig
drivers/mfd/Kconfig:2016:warning: multi-line strings not supported
...

This patch adds missing closing quote, fixing the above warning.

Signed-off-by: Paul Blazejowski &lt;paulb@blazebox.homeip.net&gt;
(cherry picked from commit f7374bce00a97fda78ace3acaef48369e8246814)
</content>
</entry>
</feed>
