Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Add new device AsiaRF AP7621-001

2019-06-21 Thread Petr Štetiar
Daniel Danzberger [2019-06-21 17:50:23]: Hi, just one addition to the previous comments. > + gpio-keys-polled { > + compatible = "gpio-keys-polled"; > + #address-cells = <1>; > + #size-cells = <0>; You can drop `#address-cells = <1>;` and `#size-cells =

Re: [OpenWrt-Devel] [PATCH] ramips: mt7621: Add new device AsiaRF AP7621-001

2019-06-21 Thread Chuanhong Guo
Hi! Some comments inline :) On Fri, Jun 21, 2019 at 11:50 PM Daniel Danzberger wrote: > > Signed-off-by: Daniel Danzberger When adding new device support, commit message should include a brief description of the hardware and an installation guide. You could check recent commits [1] for some

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

2019-06-21 Thread Sandeep Sheriker M
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 +++

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

2019-06-21 Thread Sandeep Sheriker M
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

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

2019-06-21 Thread Sandeep Sheriker M
Signed-off-by: Sandeep Sheriker M --- package/boot/at91bootstrap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 6496b5a..1c07e21 100644 --- a/package/boot/at91bootstrap/Makefile

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

2019-06-21 Thread Sandeep Sheriker M
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 v2 03/11] uboot-at91: changed som1 ek default defconfigs

2019-06-21 Thread Sandeep Sheriker M
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

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

2019-06-21 Thread Sandeep Sheriker M
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

[OpenWrt-Devel] [at91][patch v2 10/11] at91:sama5: create fit image

2019-06-21 Thread Sandeep Sheriker M
create fit image & add it to sdcard image for sama5 target device. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/Makefile | 2 ++ target/linux/at91/image/sama5.mk | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/target/linux/at91/image/Makefile

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

2019-06-21 Thread Sandeep Sheriker M
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 +++

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

2019-06-21 Thread Sandeep Sheriker M
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 ---

[OpenWrt-Devel] [at91][patch v2 11/11] at91:sam9x: create fit image and sdcard image

2019-06-21 Thread Sandeep Sheriker M
create fit image and sdcard image for at91sam9x25 & at91sam9x35 boards. Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sam9x.mk | 44 ++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/target/linux/at91/image/sam9x.mk

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

2019-06-21 Thread Sandeep Sheriker M
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 --- v1 -> v2 fixed errors while creating sdcard images. Sandeep

Re: [OpenWrt-Devel] LEDE 17.01.7 and OpenWrt 18.06.3 deadline on Friday

2019-06-21 Thread Fernando Frediani
Hello all. Thanks Jo for the update. One thing that was discussed here a while ago and unless I am mistaken never came to a conclusion was the possibility of extending the life of 17.01.x a little while due to many cases of 18.06 and its significant improvements not being able to run on so

Re: [OpenWrt-Devel] [PATCH 1/2] lua: include version number in installed files

2019-06-21 Thread Rafał Miłecki
On Fri, 21 Jun 2019 at 14:30, Rafał Miłecki wrote: > From: Rafał Miłecki > > This will allow installing Lua 5.1 and newer versions at the same time. I forgot to bump PKG_RELEASE. I'll handle that in V2 or when pushing it. ___ openwrt-devel mailing

[OpenWrt-Devel] [PATCH] ramips: mt7621: Add new device AsiaRF AP7621-001

2019-06-21 Thread Daniel Danzberger
Signed-off-by: Daniel Danzberger --- .../ramips/base-files/etc/board.d/02_network | 5 + target/linux/ramips/base-files/lib/ramips.sh | 3 + target/linux/ramips/dts/AP7621-001.dts| 157 ++ target/linux/ramips/image/mt7621.mk | 12 ++

[OpenWrt-Devel] [PATCH] runqueue: Fix the callbacks order in runqueue_task_kill()

2019-06-21 Thread Alban Bedel
Since commit 11e8afea (runqueue should cal the complete handler from more places) the call to the complete() callback has been moved to runqueue_task_complete(). However in runqueue_task_kill() runqueue_task_complete() is called before the kill() callback. This will result in a use after free if

[OpenWrt-Devel] [PATCH] nghttp2: deduplicate files in staging_dir

2019-06-21 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- '38b22b1e: deduplicate files in

[OpenWrt-Devel] [PATCH 2/2] lua: rename package to lua5.1

2019-06-21 Thread Rafał Miłecki
From: Rafał Miłecki This will allow adding packages for new Lua releases cleanly. At the same time it doesn't break existing packages thanks to the PROVIDES. Signed-off-by: Rafał Miłecki --- package/utils/{lua => lua5.1}/Makefile| 36 ++-

[OpenWrt-Devel] [PATCH 1/2] lua: include version number in installed files

2019-06-21 Thread Rafał Miłecki
From: Rafał Miłecki This will allow installing Lua 5.1 and newer versions at the same time. Signed-off-by: Rafał Miłecki --- package/utils/lua/Makefile| 6 ++- .../001-include-version-number.patch | 48 +++

Re: [OpenWrt-Devel] LEDE 17.01.7 and OpenWrt 18.06.3 deadline on Friday

2019-06-21 Thread Adrian Schmutzler
Hi, there is a single PR in GitHub marked with "fix" and "openwrt-18.06". https://github.com/openwrt/openwrt/pull/2093 It looks relatively trivial, so maybe you want to merge it beforehand. Best Adrian pgpqrnowW1JwN.pgp Description: PGP signature