[PATCH] toolchain: gcc: Update to version 10.3.0

2021-04-10 Thread Hauke Mehrtens
Signed-off-by: Hauke Mehrtens --- toolchain/gcc/Config.version| 2 +- toolchain/gcc/common.mk | 4 ++-- .../patches/{10.2.0 => 10.3.0}/002-case_insensitive.patch | 0 .../gcc/patches/{10.2.0 => 10.3.0}/010-documentation.patch

Re: umdns bug

2021-04-10 Thread Nick
Nice thanks for the fast reply! :) Bests, Nick On 4/10/21 6:39 PM, Daniel Golle wrote: Hi Nick, On Sat, Apr 10, 2021 at 01:31:21PM +0200, Nick wrote: There is an error in the current umds project: "UMDNS: does not start on master with seccomp"

Re: [PATCH] firmware-utils: tplink-safeloader: support displaying fw info

2021-04-10 Thread Sander Vanheule
Hi Rafał, This looks like a useful addition to the safeloader tool. On Thu, 2021-04-08 at 23:49 +0200, Rafał Miłecki wrote: > From: Rafał Miłecki > > Add "-i" option for reading & displaying firmware info. First it lists > in-firmware partitions ("fwup-ptn"). Then it checks for human >

Re: [PATCH v2 3/4] mediatek: mt7622: add ubi support for bananapi bpi-r64

2021-04-10 Thread Daniel Golle
On Sat, Apr 10, 2021 at 08:16:07PM +0300, Oskari Lemmela wrote: > Default to nand upgrade if root device is not mmc block device. > Change default uboot environment same way. > > Signed-off-by: Oskari Lemmela > --- > package/boot/uboot-envtools/files/mediatek| 14 ++-- >

[PATCH v2 4/4] mediatek: mt7622: add snand support for bananapi bpi-r64

2021-04-10 Thread Oskari Lemmela
Some of bpi-r64 boards have serial NAND attached to SPI bus. Add SD card image support for installing openwrt to it. Separate preloader and uboot images for snand are generated. Signed-off-by: Oskari Lemmela --- package/boot/uboot-mediatek/Makefile | 12 +

[PATCH v2 2/4] mediatek: fix writing bananapi bpi-r64 env

2021-04-10 Thread Oskari Lemmela
Use generic functions to get env partition. Fixes: 7043e4334f0 ("mediatek: mt7622: improve sysupgrade on MMC") Signed-off-by: Oskari Lemmela --- package/boot/uboot-envtools/files/mediatek | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[PATCH v2 0/4] add serial nand support for bananapi bpi-r64

2021-04-10 Thread Oskari Lemmela
Some BananaPi BPI-R64 boards have W25N01GV 128MB serial NAND attached to SPI bus. Add support for installing OpenWRT to it. Serial NAND bootloader files are added to SD card image. SD card bootmenu entry provides easy install process. Same sysupgrade image is used to upgrade all variants.

[PATCH v2 3/4] mediatek: mt7622: add ubi support for bananapi bpi-r64

2021-04-10 Thread Oskari Lemmela
Default to nand upgrade if root device is not mmc block device. Change default uboot environment same way. Signed-off-by: Oskari Lemmela --- package/boot/uboot-envtools/files/mediatek| 14 ++-- .../mt7622/base-files/lib/upgrade/platform.sh | 34 +-- 2 files changed, 34

[PATCH v2 1/4] mediatek: bpi-r64: use separate partition for emmc bootloader

2021-04-10 Thread Oskari Lemmela
eMMC booloader is stored to separate partition. FIP size is increased to 2MB. Signed-off-by: Oskari Lemmela --- .../403-add-bananapi_bpi-r64_defconfigs.patch | 8 target/linux/mediatek/image/mt7622.mk | 13 +++-- 2 files changed, 11 insertions(+), 10

[PATCH] linux-firmware: ath10k: add support for Qualcomm Atheros QCA9377

2021-04-10 Thread Josef Schlehofer
Add firmware and board file for Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31) recognized as [168c:0042]. This card supports standard 1x1 802.11ac Wave2, BT5, and MU-MIMO. Signed-off-by: Josef Schlehofer --- package/firmware/linux-firmware/qca_ath10k.mk | 17

RE: [PATCH] tplink-safeloader: fix C7v5 factory flashing from vendor fw > v1.1.x

2021-04-10 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Petr Štetiar > Sent: Freitag, 9. April 2021 15:35 > To: openwrt-devel@lists.openwrt.org > Cc: Petr Štetiar > Subject: [PATCH] tplink-safeloader: fix C7v5 factory flashing from

RE: [PATCH v2 1/3] uboot-envtools: add support for GS108T v3 & GS110TPP v1

2021-04-10 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Stijn Segers > Sent: Donnerstag, 8. April 2021 13:10 > To: openwrt-devel@lists.openwrt.org > Cc: ha...@hauke-m.de > Subject: Re: [PATCH v2 1/3] uboot-envtools: add support for GS108T

[PATCH] uboot-envtools: mvebu: add Buffalo LS421DE

2021-04-10 Thread Daniel González Cabanelas
The Buffalo Linkstation LS421DE NAS lacks an uboot env config file. Create it via scripts. Signed-off-by: Daniel González Cabanelas --- package/boot/uboot-envtools/files/mvebu | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/boot/uboot-envtools/files/mvebu

Re: umdns bug

2021-04-10 Thread Daniel Golle
Hi Nick, On Sat, Apr 10, 2021 at 01:31:21PM +0200, Nick wrote: > There is an error in the current umds project: "UMDNS: does not start on > master with seccomp" > https://bugs.openwrt.org/index.php?do=details_id=3355 > > It is affecting several other projects that make use of umdns. > Is someone

Re: Regression in auto-mounting mtd squashfs partitions

2021-04-10 Thread Felix Fietkau
On 2021-04-10 16:33, Daniel Golle wrote: > On Sat, Apr 10, 2021 at 04:04:28PM +0200, Felix Fietkau wrote: >> Hi Daniel, >> >> it seems to me that your commit 2809d744 ("kernel: support FIT >> partition parser on mtdblock devices") is causing a regression in >> mounting squashfs rootfs when

Re: Regression in auto-mounting mtd squashfs partitions

2021-04-10 Thread Daniel Golle
On Sat, Apr 10, 2021 at 04:04:28PM +0200, Felix Fietkau wrote: > Hi Daniel, > > it seems to me that your commit 2809d744 ("kernel: support FIT > partition parser on mtdblock devices") is causing a regression in > mounting squashfs rootfs when CONFIG_FIT_PARTITION is enabled. > The following

Regression in auto-mounting mtd squashfs partitions

2021-04-10 Thread Felix Fietkau
Hi Daniel, it seems to me that your commit 2809d744 ("kernel: support FIT partition parser on mtdblock devices") is causing a regression in mounting squashfs rootfs when CONFIG_FIT_PARTITION is enabled. The following workaround fixes it, but maybe you can make a better fix, since you're more

umdns bug

2021-04-10 Thread Nick
There is an error in the current umds project: "UMDNS: does not start on master with seccomp" https://bugs.openwrt.org/index.php?do=details_id=3355 It is affecting several other projects that make use of umdns. Is someone working on it? Bests, Nick

Re: [PATCH] base-files: fix zoneinfo support

2021-04-10 Thread Rosen Penev
On Fri, Apr 9, 2021 at 5:22 PM Rosen Penev wrote: > > The system init script currently sets /tmp/localinfo when zoneinfo is > populated. However, zoneinfo has spaces in it whereas the actual files > have _ instead of spaces. This made the if condition never return true. > > Example failure when

Re: [PATCH]-19.07 busybox: backport hwclock fixes

2021-04-10 Thread Josef Schlehofer
On 10. 04. 21 1:43, Rosen Penev wrote: > Currently on devices with an RTC, sysfixtime uses busybox' hwclock to > set the RTC time. Unfortunately, g/settimeofday on musl completely > ignore the second parameter which forces users to use the syscall > directly. > > Backport two patches to fix