[OpenWrt-Devel] [PATCH] kernel-defaults: ensure SOURCE_DATE_EPOCH on /init

2019-09-29 Thread Paul Spooren
This is a follow up of 8cb13f4e6d which sets the right timestamp for the /init file in initramfs. The previous patch doesn't cover it as the files appear to come from a later step during compilation. CC: Alexander Couzens Signed-off-by: Paul Spooren --- include/kernel-defaults.mk | 1 + 1 file

[OpenWrt-Devel] [PATCH] ipq40xx: add label MAC address for FritzBox 4040

2019-09-29 Thread Adrian Schmutzler
The CWMP-Account on the device's label contains the eth0 MAC address. This only changes 4.19 files as label-mac-device is introduced after 19.07 branch, so there won't be a 4.14 release anymore. Signed-off-by: Adrian Schmutzler --- .../files-4.19/arch/arm/boot/dts/qcom-ipq4018-fritz4040.dts

Re: [OpenWrt-Devel] [PATCH] ipq40xx: add label MAC address for FritzBox 4040

2019-09-29 Thread mail
Hello Christian, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Christian Lamparter > Sent: Samstag, 28. September 2019 18:37 > To: openwrt-devel@lists.openwrt.org > Cc: Adrian Schmutzler > Subject: Re: [OpenWrt-Devel] [PATCH] ip

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 319bd8: This week's update, add 19.07

2019-09-29 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 319bd82c4864ba3f0b695fd5aa3e8d99d88cf69b https://github.com/sdwalker/sdwalker.github.io/commit/319bd82c4864ba3f0b695fd5aa3e8d99d88cf69b Author: Stephen Walker Date: 2019-09-29 (Sun, 29 Sep 2

[OpenWrt-Devel] ImageBuilder frontend projects, or how to generate custom OpenWrt images

2019-09-29 Thread Baptiste Jonglez
Hi, In my community network we are changing the way we generate OpenWrt firmware images, and I took this opportunity to look at the existing methods based on the OpenWrt ImageBuilder and/or SDK. In the end, I found way more projects than I thought would exist! I documented everything I found her

Re: [OpenWrt-Devel] [PATCH v2 1/3] kernel: rtl8366_smi: explicitly set phy addr for switch

2019-09-29 Thread Hauke Mehrtens
Hi Serge, On 8/27/19 11:49 AM, Serge Vailugin wrote: > By default rtl8366_smi use phy addr 0 at mii-bus to access switch > registers. > This patch allow to set it explicitly in dts-file: > > rtl8367 { >     compatible = "realtek,rtl8367b"; >     phy_id = <29>; /* switch address at mi

[OpenWrt-Devel] [PATCH] expat: Update to version 2.2.9

2019-09-29 Thread Josef Schlehofer
Fixes CVE-2019-15903 Signed-off-by: Josef Schlehofer --- tools/expat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/expat/Makefile b/tools/expat/Makefile index 4afcb5e923..de7f2a0deb 100644 --- a/tools/expat/Makefile +++ b/tools/expat/Makefile @@ -9,10 +9,