Re: [OpenWrt-Devel] [PATCH] ipqx0xx: add Generic subtarget

2019-08-21 Thread Paul Spooren
Hi John, This commit adds the Generic subtarget resulting in consistent naming. and already uses `x/generic/` as subfolder as if the subtarget would exist. I'm very much in favor of consistent names[0][1][2] as it reduces the hassle when trying automate things, like building images via an

Re: [OpenWrt-Devel] [PATCH] ipqx0xx: add Generic subtarget

2019-08-21 Thread John Crispin
On 22/08/2019 02:59, Paul Spooren wrote: Both targets miss a subtarget causing an image naming style which is different from other all othe targets, even tho it already uses `x/generic/` as subfolder as if the subtarget would exist. This commit adds the Generic subtarget resulting in consistent

Re: [OpenWrt-Devel] [PATCH] ramips: add support for Xiaomi Mi Wi-Fi Router 3G v2

2019-08-21 Thread Paul Fertser
Hello Adrian, New question surfaced, please see inline. On Tue, Aug 13, 2019 at 07:20:57PM +0200, Adrian Schmutzler wrote: > > +define Device/xiaomi_mir3gv2 > > + MTK_SOC := mt7621 > > + IMAGE_SIZE := 14848k > > + DEVICE_VENDOR := Xiaomi > > + DEVICE_MODEL := Mi router 3G v2 > > Capitalize "

[OpenWrt-Devel] [PATCH] ipqx0xx: add Generic subtarget

2019-08-21 Thread Paul Spooren
Both targets miss a subtarget causing an image naming style which is different from other all othe targets, even tho it already uses `x/generic/` as subfolder as if the subtarget would exist. This commit adds the Generic subtarget resulting in consistent naming. ~/src/openwrt/openwrt/bin/targ

Re: [OpenWrt-Devel] [PATCH] uboot-mxs: bump to v2019.07

2019-08-21 Thread Zoltan HERPAI
Hi Michael, On 8/21/2019 20:34, Michael Heimpold wrote: Hi wigyori, Am Mittwoch, 31. Juli 2019, 23:42:45 CEST schrieb Michael Heimpold: Also update the U-Boot BSP patch for I2SE Duckbill devices. Run tested on I2SE Duckbill and Olimex OLinuXino Maxi boards. any objections on this patch? No o

[OpenWrt-Devel] [PATCH v2] brcm63xx: R5010UNv2: fix flash partitions for 16MB flash

2019-08-21 Thread Daniel Gonzalez Cabanelas
The router Nucom R5010UN v2 has the partitions defined for a 8MB flash, but the flash chip is 16MB size. Fix it Fixes: 474cde61234c ("brcm63xx: probe SPI flash through DT") --- Changes in v2: - the mail client truncated the patch header, fixed target/linux/brcm63xx/dts/r5010unv2.dts | 6 +++---

[OpenWrt-Devel] [PATCH] brcm63xx: R5010UNv2: fix flash partitions for 16MB flash

2019-08-21 Thread Daniel Gonzalez Cabanelas
The router Nucom R5010UN v2 has the partitions defined for a 8MB flash, but the flash chip is 16MB size. Fix it Fixes: 474cde61234c ("brcm63xx: probe SPI flash through DT") --- target/linux/brcm63xx/dts/r5010unv2.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/targe

Re: [OpenWrt-Devel] [PATCH] mxs: add support and switch to kernel 4.19

2019-08-21 Thread Michael Heimpold
Hi wigyori, Am Mittwoch, 31. Juli 2019, 23:45:00 CEST schrieb Michael Heimpold: > Also remove kernel 4.14 support and the meanwhile obsolete patch. > > This was run-tested on I2SE Duckbill device and > Olimex OLinuXino Maxi board. here too, any objections? Best regards, mhei > > Signed-off-by

Re: [OpenWrt-Devel] [PATCH] uboot-mxs: bump to v2019.07

2019-08-21 Thread Michael Heimpold
Hi wigyori, Am Mittwoch, 31. Juli 2019, 23:42:45 CEST schrieb Michael Heimpold: > Also update the U-Boot BSP patch for I2SE Duckbill devices. > > Run tested on I2SE Duckbill and Olimex OLinuXino Maxi boards. any objections on this patch? Regards, mhei > > Signed-off-by: Michael Heimpold > --