[OpenWrt-Devel] [at91][patch v3 06/11] at91bootstrap: add support for at91sam9x5ek

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 14 ++ 1 file changed, 14 insertions(+) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 642d094..6496b5a 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/pa

[OpenWrt-Devel] [at91][patch v3 05/11] at91bootstrap: bump v3.8.10 to v3.8.12

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 8a08a7a..642d094 100644 --- a/package/boot/at91bootstrap/Makefile +++

[OpenWrt-Devel] [at91][patch v3 08/11] at91: move at91-sdcard command to sama5.mk

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sama5.mk | 33 + 1 file changed, 33 insertions(+) diff --git a/target/linux/at91/image/sama5.mk b/target/linux/at91/image/sama5.mk index f9a190c..d02f51a 100644 --- a/target/linux/at91/image/sama5.mk ++

[OpenWrt-Devel] [at91][patch v3 07/11] at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 6 +++--- target/linux/at91/image/Makefile| 10 +++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 6496b5a..1c0

[OpenWrt-Devel] [at91][patch v3 09/11] at91: add uboot environments

2019-08-13 Thread Sandeep.Sheriker
add uboot environments to sdcard image Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sama5.mk | 11 ++- target/linux/at91/image/uboot-env.txt | 14 ++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 target/linux/at91/image/uboot-env.t

[OpenWrt-Devel] [at91][patch v3 04/11] uboot-at91: fix -Wformat-security

2019-08-13 Thread Sandeep.Sheriker
add patch to fix -Wformat-security warnings. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile| 2 +- .../boot/uboot-at91/patches/001-fix-Wformat-security.patch | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) create mode 10

[OpenWrt-Devel] [at91][patch v3 02/11] uboot-at91:add at91sam9x5ek soc

2019-08-13 Thread Sandeep.Sheriker
add support to build u-boot binaries for at91sam9x5ek socs. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 9 + 1 file changed, 9 insertions(+) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index 15a26be..90f1a3b 100644 --- a/

[OpenWrt-Devel] [at91][patch v3 03/11] uboot-at91: changed som1 ek default defconfigs

2019-08-13 Thread Sandeep.Sheriker
replaced som1 ek spi flash with qspi defconfig and mmc with mmc1 defconfig. Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile in

[OpenWrt-Devel] [at91][patch v3 00/11] at91 patch series

2019-08-13 Thread Sandeep.Sheriker
Hi, This patch series contains 1. rework in creating sdcard images for different subtarget. 2. creating a fit images. 3. add support for sam9x5ek soc 4. add uboot env file. 5. bump uboot & at91bootstrap to latest versions --- v2 -> v3 fixed errors while creating sdcard images for multiple ta

[OpenWrt-Devel] [at91][patch v3 01/11] uboot-at91: bump linux4sam_5.8 to linux4sam_6.0

2019-08-13 Thread Sandeep.Sheriker
Signed-off-by: Sandeep Sheriker M --- package/boot/uboot-at91/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boot/uboot-at91/Makefile b/package/boot/uboot-at91/Makefile index a3262b5..15a26be 100644 --- a/package/boot/uboot-at91/Makefile +++ b/package/boo

[OpenWrt-Devel] [PATCH] ipq40xx: fix AVM NAND caldata extraction

2019-08-13 Thread David Bauer
The AVM Fritz!Box 7530 (and probably other AVM IPQ4019 NAND devices) has it's caldata not stored consistently, but instead at currently 3 known possible offsets. As we get a non-zero exit code from fritz_cal_extract, simply try all three possible offsets on both bootloader partitions, until a matc

Re: [OpenWrt-Devel] [PATCH] nftables: Fix compilation with uClibc-ng

2019-08-13 Thread Rosen Penev
On Mon, May 6, 2019 at 12:44 AM Petr Štetiar wrote: > > Rosen Penev [2019-05-05 15:24:19]: > > > On Fri, May 3, 2019 at 11:49 AM, Rosen Penev wrote: > > > On Fri, May 3, 2019 at 4:50 AM Petr Štetiar wrote: > > > > > > > > Rosen Penev [2019-05-01 10:08:10]: > > > > > > > > Hi, > > > > > > > >

Re: [OpenWrt-Devel] [PATCH] libbsd: Fix compilation under ARC

2019-08-13 Thread Rosen Penev
On Fri, May 17, 2019 at 12:34 AM Petr Štetiar wrote: > > Rosen Penev [2019-05-16 18:47:07]: > > > Added merge request here: > > https://gitlab.freedesktop.org/libbsd/libbsd/merge_requests/6 > > thanks, I've merged it https://git.openwrt.org/4ffa38e15ca9 Can this be backported to 18.06? It fails t

Re: [OpenWrt-Devel] [PATCH] xfsprogs: Replace valloc with posix_memalign

2019-08-13 Thread Rosen Penev
On Mon, May 6, 2019 at 2:57 PM Rosen Penev wrote: > > Fixes compilation under uClibc-ng. > > Signed-off-by: Rosen Penev Can this also be backported to 18.06? It's failing there as well: https://downloads.openwrt.org/releases/faillogs-18.06/arc_arc700/base/xfsprogs/compile.txt > --- > package/uti

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

2019-08-13 Thread Paul Fertser
On Tue, Aug 13, 2019 at 09:25:41PM +0300, Paul Fertser wrote: > From: Paul Fertser > Date: Tue, 13 Aug 2019 18:57:39 +0300 > Subject: [PATCH v2] ramips: add support for Xiaomi Mi Wi-Fi Router 3G v2 OK, I messed it up, and this is not picked up by patchwork properly. Please excuse me, I'll do bett

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

2019-08-13 Thread Paul Fertser
Adrian, thank you for the review indeed. The factory partition has a MAC that matches printed label at the location you guessed, thanks for pointing that out. From: Paul Fertser Date: Tue, 13 Aug 2019 18:57:39 +0300 Subject: [PATCH v2] ramips: add support for Xiaomi Mi Wi-Fi Router 3G v2 - CMII

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

2019-08-13 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Paul Fertser > Sent: Dienstag, 13. August 2019 18:59 > To: John Crispin > Cc: Paul Fertser ; openwrt-devel@lists.openwrt.org > Subject: [OpenWrt-Devel] [PATCH] ramips: add support fo

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

2019-08-13 Thread Paul Fertser
- CMIIT ID: 2019AP2581 - SoC: MediaTek MT7621 - Flash:16MiB NOR SPI (GigaDevice GD25Q128B) - RAM: 128MiB DDR3 (ESMT M15T1G1664A) - Serial: As marked on PCB, 3V3 logic, baudrate is 115200, 8n1 - Ethernet: 3x 10/100/1000 Mbps (switched, 2xLAN + WAN) - WIFI0:MT7603E 2.4GHz 802.11b/

Re: [OpenWrt-Devel] Attendees Data Base Of SCTE Cable-Tec Expo 2019

2019-08-13 Thread Julie Davidson
Hi, We are in the process of closing files for the month. Typically when I haven't heard back from someone it means they're either really busy or aren't interested. If you aren't interested, do I have your permission to take off your email? If you're still interested, I would high

Re: [OpenWrt-Devel] [PATCH v4 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-13 Thread Michal Cieslakiewicz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 13 Aug 2019 13:03:55 +0200 "Adrian Schmutzler" wrote: > > -Original Message- > > From: openwrt-devel > > [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of > > Michal Cieslakiewicz Sent: Dienstag, 13. August 2019 10:52 To

Re: [OpenWrt-Devel] [PATCH v6] ath79: add support of Netgear WNDR3800CH

2019-08-13 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Dmitry Tunin > Sent: Mittwoch, 7. August 2019 22:08 > To: openwrt-devel@lists.openwrt.org > Cc: Dmitry Tunin > Subject: [OpenWrt-Devel] [PATCH v6] ath79: add support of Netgear WNDR3

Re: [OpenWrt-Devel] [PATCH v4 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-13 Thread Michal Cieslakiewicz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On Tue, 13 Aug 2019 13:09:22 +0200 "Adrian Schmutzler" wrote: > Hi, > > > + keys { > > + compatible = "gpio-keys-polled"; > > + poll-interval = <20>; > > + > > I'd use "ath9k-keys" here and also in 5/5 ... > > Best > > A

Re: [OpenWrt-Devel] [PATCH v4 0/5] ath79: add support for some Netgear WNR routers

2019-08-13 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 13. August 2019 10:47 > To: openwrt-devel@lists.openwrt.org > Cc: Adrian Schmutzler > Subject: [OpenWrt-Devel] [PATCH v4 0/5] ath79: add suppor

Re: [OpenWrt-Devel] [PATCH v4 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-13 Thread Adrian Schmutzler
Hi, > + keys { > + compatible = "gpio-keys-polled"; > + poll-interval = <20>; > + I'd use "ath9k-keys" here and also in 5/5 ... Best Adrian openpgp-digital-signature.asc Description: PGP signature ___ openwrt-devel mailin

Re: [OpenWrt-Devel] [PATCH v4 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-13 Thread Adrian Schmutzler
> -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Dienstag, 13. August 2019 10:52 > To: openwrt-devel@lists.openwrt.org > Cc: Adrian Schmutzler > Subject: [OpenWrt-Devel] [PATCH v4 3/5] ath79: add suppor

Re: [OpenWrt-Devel] Review and cleanup of base packages

2019-08-13 Thread Petr Štetiar
Mathias Kresin [2019-08-11 11:16:12]: Hi, > Personally I prefer to have some debug tools I use regularly, like tcpdump, > iftop and iperf*, in the base packages. During development I don't include > the feeds. I don't include the feeds either as simple symlink just works. > Rather I would like

[OpenWrt-Devel] [PATCH v4 3/5] ath79: add support for Netgear WNR2000 v3

2019-08-13 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2000v3. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR2000 v3 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH v4 1/5] ath79: add LAN LEDs control bits for AR724x GPIO function pinmux

2019-08-13 Thread Michal Cieslakiewicz
Currently AR724x pinmux for register 0x18040028 controls only JTAG disable bit. This patch adds new DTS settings to control LAN LEDs and CLKs that allow full software control over these diodes - exactly the same is done by ar71xx target in device setup phase for many routers (WNR2000v3 for example)

[OpenWrt-Devel] [PATCH v4 2/5] ath79: WNR612v2: improve device support

2019-08-13 Thread Michal Cieslakiewicz
This patch improves ath79 support for Netgear WNR612v2. Router functionality becomes identical to ar71xx version. Changes include: * software control over LAN LEDs via sysfs * correct MAC addresses for network interfaces * correct image size in device definition * formatting adjustments to source

[OpenWrt-Devel] [PATCH v4 4/5] ath79: add support for Netgear WNR1000 v2

2019-08-13 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR1000v2. Router was previously supported by ar71xx target only. Note: this is a 4_32 device with limited upgrade capabilities. Specification = * Description: Netgear WNR1000 v2 * Loader: U-boot * SOC: Atheros AR7240 (340 MHz) * RAM: 3

[OpenWrt-Devel] [PATCH v4 5/5] ath79: add support for Netgear WNR2200

2019-08-13 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNR2200. Router was previously supported by ar71xx target only. Specification = * Description: Netgear WNR2200 * Loader: U-boot * SOC: Atheros AR7241 (360 MHz) * RAM: 64 MiB * Flash: 8 MiB (SPI NOR) - U-boot binary: 256 KiB

[OpenWrt-Devel] [PATCH v4 0/5] ath79: add support for some Netgear WNR routers

2019-08-13 Thread Michal Cieslakiewicz
This patchset enables ath79 target for following Netgear ar724x-based routers currently supported by ar71xx: * Netgear WNR1000v2 (tiny, 4_32) * Netgear WNR2000v3 (tiny, 4_32) * Netgear WNR2200 (generic, 8_64 + USB) and improves existing support for: * Netgear WNR612v2 (tiny, 4_32) For all above r

Re: [OpenWrt-Devel] [PATCHv2] tools/scons: update scons to 3.1.1

2019-08-13 Thread Petr Štetiar
It would be nice if you could include commit description[1] and patch changelog[2] (what was changed/fixed in the v2 of the patch) next time. 1. https://openwrt.org/submitting-patches#submitting_patches 2. https://openwrt.org/submitting-patches#the_canonical_patch_format look for `patch changelo

[OpenWrt-Devel] Commas in imagenames

2019-08-13 Thread tmo26
I just stumbled over 2 imagenames with commas in them and was wondering if this is correct or an error during the build process: http://downloads.openwrt.org/snapshots/targets/mediatek/32/openwrt-mediatek- 32-bananapi,bpi-r2-sysupgrade.tar http://downloads.openwrt.org/snapshots/targets/mediatek

[OpenWrt-Devel] [PATCHv2] tools/scons: update scons to 3.1.1

2019-08-13 Thread Russell Senior
Signed-off-by: Russell Senior --- tools/scons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 5ec6554165..a9f2507835 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -8,12 +8,12 @@ include $(TOPD