Re: [OpenWrt-Devel] EFI images for x86

2019-06-04 Thread John Braley
Also tested on an EFI only Asrock J5005-ITX. Builds, writes and boots fine. However since it is not from 18.06 dev and is built from LEDE you really cant do anything else with as luci wont install via opkg. If the commits can be pulled into openwrt-dev, I can test it on my Gigabit connection. On

[OpenWrt-Devel] [patch v1 11/11] at91: create sdcard images for at91sam9x25 & at91sam9x35 boards.

2019-06-04 Thread Sandeep Sheriker M
Signed-off-by: Sandeep Sheriker M --- target/linux/at91/image/sam9x.mk | 40 1 file changed, 40 insertions(+) diff --git a/target/linux/at91/image/sam9x.mk b/target/linux/at91/image/sam9x.mk index 3aada4c..47694a8 100644 ---

Re: [OpenWrt-Devel] ath9k: fix dynack in IBSS mode

2019-06-04 Thread Joe Ayers
On Tue, Jun 4, 2019 at 3:18 AM Lorenzo Bianconi wrote: > > > On Thu, Apr 4, 2019 at 12:20 AM Lorenzo Bianconi > > wrote: > > > > > > > On Wed, Apr 3, 2019 at 7:40 AM Lorenzo Bianconi > > > > wrote: > > > > > > > > > > > > > > > > > On Tue, Apr 2, 2019 at 11:45 PM Lorenzo Bianconi > > > > > >

[OpenWrt-Devel] [PATCH] gpio-button-hotplug: gpio-keys: fix always missing first event

2019-06-04 Thread Petr Štetiar
Commit afc056d7dc83 ("gpio-button-hotplug: support interrupt properties") changed the gpio-keys interrupt handling logic in a way, that it always misses first event, which causes issues with rc.button scripts, so this patch restores the previous behaviour. Cc: Christian Lamparter Fixes:

Re: [OpenWrt-Devel] ath9k: fix dynack in IBSS mode

2019-06-04 Thread Lorenzo Bianconi
> On Thu, Apr 4, 2019 at 12:20 AM Lorenzo Bianconi > wrote: > > > > > On Wed, Apr 3, 2019 at 7:40 AM Lorenzo Bianconi > > > wrote: > > > > > > > > > > > > > > On Tue, Apr 2, 2019 at 11:45 PM Lorenzo Bianconi > > > > > wrote: > > > > > > > > > > > > > > > > > > > > On Sun, Mar 31, 2019 at 11:49

Re: [OpenWrt-Devel] [PATCH 2/2] script/feeds: add a new command that allows generating a new feeds.conf

2019-06-04 Thread Jo-Philipp Wich
Hi, comments inline. On 6/4/19 7:55 AM, John Crispin wrote: > This can be used inside build setups for easy feeds.conf generation. > > Signed-off-by: John Crispin > --- > scripts/feeds | 37 + > 1 file changed, 37 insertions(+) > > diff --git

Re: [OpenWrt-Devel] [PATCH 1/2] image: make the folder that gets included intot he RootFS configurable

2019-06-04 Thread Jo-Philipp Wich
Hi, comments inline. ~ Jo On 6/4/19 7:55 AM, John Crispin wrote: > This allows managing several different folder for varying env profiles. > > Signed-off-by: John Crispin > --- > config/Config-images.in | 6 ++ > package/Makefile| 2 +- > 2 files changed, 7 insertions(+), 1