Re: [OpenWrt-Devel] [PATCH] ipq40xx: fritz4040 depends on uboot-fritz4040

2019-11-10 Thread David Bauer
Hello Christian, On 11/10/19 1:10 AM, Christian Lamparter wrote: > Technically, the eva.bin isn't necessary. It allows for an easier > installation, but nobody apart from the 4040 uses the append-uboot > and there have been issues in the past with this as well. > > Question is: should we add that

Re: [OpenWrt-Devel] [PATCH maintainer-tools] patchwork-apply.sh: help spotting DMARC mangled patches

2019-11-10 Thread Petr Štetiar
Jonas Gorski [2019-11-09 18:43:04]: Hi, > This DMARC thing is nothing the submitter can fix unless they run > their own mail server. I think, that there are some working free email alternatives, one can go pull request route... > A better place would be a git hook on our server rejecting any

[OpenWrt-Devel] [PATCH v2 maintainer-tools] patchwork-apply.sh: try to fix DMARC mangled patches

2019-11-10 Thread Petr Štetiar
In order to avoid DMARC plague in the commit messages: 87f9292300cf hostapd: add IEEE 802.11k support 450d44a8ead2 openssl: change defaults: ENGINE:on, NPN:off, misc eabc1ddc4541 build: Honour NO_COLOR in include/scan.mk 3fb45576ac16 cryptodev-linux: move from packages feed a73283dc10f7 kerne

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 13178b: This week's update

2019-11-10 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 13178b02b525ba4b46a6d36fa67e438ba45a9070 https://github.com/sdwalker/sdwalker.github.io/commit/13178b02b525ba4b46a6d36fa67e438ba45a9070 Author: Stephen Walker Date: 2019-11-10 (Sun, 10 Nov 2

[OpenWrt-Devel] sysupgrade --force broken in master?

2019-11-10 Thread Hannu Nyman
"path":3,"force":7,"backup":3,"prefix":3,"command":3,"options":2}}} -> aae57010 # status: {"status":0} <- aae57010 #255a1cfb invoke: {"objid":626662651,"method":"sysupg

Re: [OpenWrt-Devel] [PATCH 2/2] base-files: rename SSID with EUI of mac address

2019-11-10 Thread mail
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Jonas Gorski > Sent: Samstag, 9. November 2019 13:57 > To: m...@adrianschmutzler.de > Cc: OpenWrt Development List ; Rosy > Song > Subject: Re: [OpenWrt-Devel] [PATCH 2/2] base-f

[OpenWrt-Devel] [PATCH 2/2] ath79: read label MAC address from flash instead of using phy0/phy1

2019-11-10 Thread Adrian Schmutzler
This replaces all uses of $(cat /sys/class/ieee80211/phyX/macaddress) by retrieval from the proper flash locations. This will make 02_network independent of WiFi setup again. For the AVM FRITZ!WLAN Repeater 300E this replacement is non-trivial. As it would be the only device in the whole trunk to

[OpenWrt-Devel] [PATCH 1/2] ramips: read label MAC address from flash instead of using phy0/phy1

2019-11-10 Thread Adrian Schmutzler
This replaces all uses of $(cat /sys/class/ieee80211/phyX/macaddress) by retrieval from the proper flash locations. This will make 02_network independent of WiFi setup again. Signed-off-by: Adrian Schmutzler --- .../linux/ramips/mt7620/base-files/etc/board.d/02_network | 6 +++--- .../linux/rami

[OpenWrt-Devel] [PATCH 0/2] Make 02_network independent of WiFi setup (again)

2019-11-10 Thread Adrian Schmutzler
This removes the calls of $(cat /sys/class/ieee80211/phyX/macaddress) introduced into 02_network to retrieve the label MAC address. Except for a single case, the statements can just be replaced by the source of the MAC address which is already used for setting up Wifi itself. This will remove a bl

Re: [OpenWrt-Devel] [PATCH 1/2] ramips: read label MAC address from flash instead of using phy0/phy1

2019-11-10 Thread mail
> diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > index ae03dc71b1..0de3804cdb 100755 > --- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network > +++ b/target/linux/ramips/mt7621/base-files/etc/b

[OpenWrt-Devel] [PATCH] scripts: rewritten dumpinfo.py from buildbot.git

2019-11-10 Thread Paul Spooren
The dumpinfo script parses `target/linux/` for targets and architectures and prints them to stdout. This is currently used by the buildbot to automatically generate the buildjobs. This script is a Python3 rewrite of the Perl script dumpinfo.pl[0] with the additional feature of allowing to run only