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

2019-05-30 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] [patch v1 07/11] at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig

2019-05-30 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] [patch v1 09/11] at91: add uboot environments

2019-05-30 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 target/linux/at91/image/uboot-env.t

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

2019-05-30 Thread Sandeep Sheriker M
Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/Makefile | 31 --- target/linux/at91/image/sama5.mk | 31 +++ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/target/linux/at91/image/Makefile b/target/linux/at91

[OpenWrt-Devel] [patch v1 00/11] at91 patch series.

2019-05-30 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 Sandeep Sheriker M (11): uboot-at91: bump linux4sam_5.8 to linux4sam_

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

2019-05-30 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 --- a/

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

2019-05-30 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 in

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

2019-05-30 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 10

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

2019-05-30 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 +++ b/package/boo

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

2019-05-30 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 +++ b/pa

Re: [OpenWrt-Devel] [PATCH] Support for Edimax EW-7476RPC / EW-7478AC

2019-05-30 Thread Birger Koblitz
Hi Daniel, I have tried in vain to implement your suggestions. I am stuck and need some help: On 27.05.19 18:43, Daniel Golle wrote: >>> + >>> +&pinctrl { >>> +   state_default: pinctrl0 { >>> +   gpio { >>> +    // might need pin 39: ; >>> +   ralink,g

Re: [OpenWrt-Devel] [OpenWrt-Devel, 3/7] at91: Generate sdcard images for at91sam9x5ek boards.

2019-05-30 Thread Sandeep.Sheriker
> -Original Message- > From: Hauke Mehrtens > Sent: Thursday, May 30, 2019 4:50 AM > To: Sandeep Sheriker Mallikarjun - C17018 > ; openwrt-devel@lists.openwrt.org > Cc: Sandeep Sheriker Mallikarjun - C17018 > > Subject: Re: [OpenWrt-Devel] [OpenWrt-Devel, 3/7] at91: Generate sdcard > i

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Petr Štetiar
Christian Lamparter [2019-05-30 17:09:08]: Hi, > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > > > I've just checked this on ath79 (archer-c7-v5) and on ramips/mt7620 > > (bdcom,wap2100-sk) with WPS buttons. > > > > Acked-by: Petr Štetiar > > Can you tell me what you test

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Christian Lamparter
Hello, On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > Christian Lamparter [2019-05-29 21:58:29]: > > Upstream Linux's input gpio-keys driver supports > > specifying a external interrupt for a gpio via the > > 'interrupts' properties as well as having support > > for software deb

[OpenWrt-Devel] Lists - Del Mar Electronics And Manufacturing Show 2019 - Register Portal List

2019-05-30 Thread Kristen Paladiino
Dear Exhibitors, Thanks for participating in DEL MAR ELECTRONICS AND MANUFACTURING SHOW 2019. Del Mar Electronics And Manufacturing Show 01 - 02 MAY 2019 updated attendees List is Now Available! Which enables you to showcase your company's post-show marketing efforts with unlimited us

Re: [OpenWrt-Devel] [OpenWrt-Devel, 3/7] at91: Generate sdcard images for at91sam9x5ek boards.

2019-05-30 Thread Hauke Mehrtens
On 5/28/19 7:21 PM, Sandeep Sheriker M wrote: > From: Sandeep Sheriker Mallikarjun > > Signed-off-by: Sandeep Sheriker Mallikarjun > > Signed-off-by: Sandeep Sheriker M > --- > target/linux/at91/image/Makefile | 8 +++- > target/linux/at91/image/sam9x.mk | 5 + > 2 files changed, 12 i

Re: [OpenWrt-Devel] [OpenWrt-Devel, 2/7] at91bootstrap: bump v3.8.10 to v3.8.12

2019-05-30 Thread Hauke Mehrtens
On 5/28/19 7:21 PM, Sandeep Sheriker M wrote: > From: Sandeep Sheriker Mallikarjun > > 1. bump to v3.8.12 > 2. add support for at91sam9x5ek > 3. add sama5d27_som1_eksd1_uboot as default defconfig > > Signed-off-by: Sandeep Sheriker Mallikarjun > > Signed-off-by: Sandeep Sheriker M > --- > pa

Re: [OpenWrt-Devel] [PATCH uclient] uclient-http: set data_eof when content-length is 0

2019-05-30 Thread Petr Štetiar
Yousong Zhou [2019-05-27 02:45:50]: Hi, > Otherwise uclient-fetch can report "Connection reset prematurely" just checked this, thanks for taking care of this. Acked-by: Petr Štetiar ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org htt

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Petr Štetiar
Christian Lamparter [2019-05-29 21:58:29]: Hi, > Upstream Linux's input gpio-keys driver supports > specifying a external interrupt for a gpio via the > 'interrupts' properties as well as having support > for software debounce. [...] I've just checked this on ath79 (archer-c7-v5) and on ramips

[OpenWrt-Devel] [PATCH] procd: fixup double negative docker detection

2019-05-30 Thread Paul Spooren
Double `!!` results in false positives, making the snapshot unusable as procd won't mount essential things on *non virtial machines*. Signed-off-by: Paul Spooren --- container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container.h b/container.h index dd2e432..3c388ce 1