Dnsmasq 2.83 causes log spam

2021-01-21 Thread Hannu Nyman
Looks like the new dnsmasq 2.83 (and the patched 2.80 in 19.07) cause massive log spam, in style of: Fri Jan 22 06:30:09 2021 daemon.err dnsmasq[14996]: failed to send packet: Network unreachable Fri Jan 22 06:30:14 2021 daemon.err dnsmasq[14996]: failed to send packet: Network unreachable

Re: [PATCH] ramips: replace obsolete mx25l25635f hack

2021-01-21 Thread Chuanhong Guo
Hi! On Fri, Jan 22, 2021 at 11:28 AM DENG Qingfang wrote: > > Hi, > > On Thu, Jan 21, 2021 at 5:37 PM David Bauer wrote: > > > > Is this dependent on board design? The need for the old hack should be > > fixed by > > this upstream commit [0]. Given that commit adds SNOR_F_4B_OPCODES for the >

Re: [PATCH] ramips: replace obsolete mx25l25635f hack

2021-01-21 Thread DENG Qingfang
Hi, On Thu, Jan 21, 2021 at 5:37 PM David Bauer wrote: > > Is this dependent on board design? The need for the old hack should be fixed > by > this upstream commit [0]. Given that commit adds SNOR_F_4B_OPCODES for the > mx25l25635f, it should in turn disable the hack enabled by >

Re: [RFC PATCH] ath79: remove generic profiles

2021-01-21 Thread Paul Spooren
On Thu Jan 21, 2021 at 9:42 AM HST, Adrian Schmutzler wrote: > On a platform with many very different devices, like found on ath79, > the generic profiles seem like remnants of the past that do not > have a real use anymore. > > Remove them to have one thing less to maintain. > > Signed-off-by:

Re: [PATCH 18.06 1/2] bcm63xx: VH4032N: backport, add missing pinctrl

2021-01-21 Thread Daniel González Cabanelas
Hi, Adrian El jue, 21 ene 2021 a las 23:13, Adrian Schmutzler () escribió: > > Hi, > > > -Original Message- > > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > > On Behalf Of Daniel González Cabanelas > > Sent: Donnerstag, 21. Januar 2021 22:06 > > To:

RE: [PATCH 18.06 1/2] bcm63xx: VH4032N: backport, add missing pinctrl

2021-01-21 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Daniel González Cabanelas > Sent: Donnerstag, 21. Januar 2021 22:06 > To: openwrt-devel@lists.openwrt.org > Cc: yn...@true.cz; nolt...@gmail.com > Subject: [PATCH 18.06 1/2]

[PATCH 18.06 2/2] bcm63xx: VH4032N: fix non working LEDs and GPIOs

2021-01-21 Thread Daniel González Cabanelas
The GPIO hog feature is broken for bcm63xx in the 18.06 release. As a result of this, the whole GPIO infrastructure will fail, causing a non working LEDs problem and empty GPIOs when a hog is requested at boot time. [0.537448] requesting hog GPIO usb-hub-reset-gpio (chip bcm63xx-gpio.0,

[PATCH 18.06 1/2] bcm63xx: VH4032N: backport, add missing pinctrl

2021-01-21 Thread Daniel González Cabanelas
Backport 5af04f0d94a229 commit: Add missing pin controls for the Observa VH4032N router. This fixes the wifi radio and ethernet LAN LEDs. Problem reported at forum post: https://forum.openwrt.org/t/openwrt-wifi-issue-in-observa-vh4032n Signed-off-by: Daniel González Cabanelas ---

IEEESD Conferences

2021-01-21 Thread IEEESD Conferences
Dear Author, You are invited to participate in these 2 Important (online) conferences without fees in the Proceedings and in some of their Journals: 17th International Conference on Environment, Geology and MaterialsMarathon Beach,

[RFC PATCH] ath79: remove generic profiles

2021-01-21 Thread Adrian Schmutzler
On a platform with many very different devices, like found on ath79, the generic profiles seem like remnants of the past that do not have a real use anymore. Remove them to have one thing less to maintain. Signed-off-by: Adrian Schmutzler --- This might also apply to other similar targets like

[PATCH] ca-certicficates: Update to version 20210119

2021-01-21 Thread Paul Menzel
Update the ca-certificates and ca-bundle package from version 20200601 to version 2021019. This version uses Python 3 for the build, fixing a build issue on systems, where `/usr/bin/python3` is a wrapper script [1]. Debian change-log entry [2]: > [ Julien Cristau ] > * New maintainer

Re: Problem with console without console=ttyS0 bootarg

2021-01-21 Thread mans0n
Hi Rafał, On 2021-01-21 16:57, zajec5 at gmail.com (Rafał Miłecki) wrote:> On 21.05.2017 22:22, Rafał Miłecki wrote: On 14 March 2017 at 07:37, Rafał Miłecki wrote: My current DTS file contains following entry: bootargs = "console=ttyS0,115200" and it works in a following way: Press the [f]

[PATCH] ipq40xx: fix boards being shown twice

2021-01-21 Thread Robert Marko
Since generic images have been split to their own Makefile boards are showing up twice in menuconfig as $(eval $(call BuildImage)) was not dropped from the new generic.mk. Hence $(eval $(call BuildImage)) was being called twice. So, lets simply drop it from generic.mk. Fixes: 378c7ff28210

[PATCH] firmware-utils: bcm4908asus: tool inserting Asus tail into BCM4908 image

2021-01-21 Thread Rafał Miłecki
From: Rafał Miłecki Asus looks for an extra data at the end of BCM4908 image, right before the BCM4908 tail. It needs to be properly filled to make Asus accept firmware image. This tool constructs such a tail, writes it and updates CRC32 in BCM4908 tail accordingly. Signed-off-by: Rafał

Re: [PATCH] ramips: replace obsolete mx25l25635f hack

2021-01-21 Thread David Bauer
Hi, On 1/21/21 5:21 AM, DENG Qingfang wrote: > The kernel bump to 5.4 removed the mx25l25635f hack, and the upstream > property "broken-flash-reset" should be used instead. Is this dependent on board design? The need for the old hack should be fixed by this upstream commit [0]. Given that commit

Re: Problem with console without console=ttyS0 bootarg

2021-01-21 Thread Rafał Miłecki
On 21.05.2017 22:22, Rafał Miłecki wrote: On 14 March 2017 at 07:37, Rafał Miłecki wrote: My current DTS file contains following entry: bootargs = "console=ttyS0,115200" and it works in a following way: Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4]