Re: [OpenWrt-Devel] Issues with 4.19 and nft_reject_ipv4.ko after rebasing/updating

2019-06-30 Thread Philip Prindeville
> On Jun 30, 2019, at 6:13 PM, Philip Prindeville > wrote: > > I’m seeing the following failure after rebasing to master and 4.19: > > make[3]: Entering directory '/home/philipp/lede/package/kernel/linux' > mkdir -p /home/philipp/lede/staging_dir/target-x86_64_musl/root-x86/stamp > > SHELL=

[OpenWrt-Devel] Issues with 4.19 and nft_reject_ipv4.ko after rebasing/updating

2019-06-30 Thread Philip Prindeville
I’m seeing the following failure after rebasing to master and 4.19: make[3]: Entering directory '/home/philipp/lede/package/kernel/linux' mkdir -p /home/philipp/lede/staging_dir/target-x86_64_musl/root-x86/stamp SHELL= flock /home/philipp/lede/tmp/.root-copy.flock -c 'cp -fpR

[OpenWrt-Devel] [sdwalker/sdwalker.github.io] 0de1ac: This week's update

2019-06-30 Thread Stephen Walker
Branch: refs/heads/master Home: https://github.com/sdwalker/sdwalker.github.io Commit: 0de1ac03b490d610a49775c6946e31a841ede73a https://github.com/sdwalker/sdwalker.github.io/commit/0de1ac03b490d610a49775c6946e31a841ede73a Author: Stephen Walker Date: 2019-06-30 (Sun, 30 Jun

Re: [OpenWrt-Devel] Problems w/ "make defconfig oldconfig" after rebasing

2019-06-30 Thread Philip Prindeville
> On Jun 30, 2019, at 1:03 PM, Kevin Darbyshire-Bryant > wrote: > > >> On 30 Jun 2019, at 19:27, Philip Prindeville >> wrote: >> >> [snip] >> >> Anyone have an idea of what’s going on? > > There were some tweaks to how config interpreted package definitions. > Unfortunately ‘make’

Re: [OpenWrt-Devel] Problems w/ "make defconfig oldconfig" after rebasing

2019-06-30 Thread Kevin Darbyshire-Bryant
> On 30 Jun 2019, at 19:27, Philip Prindeville > wrote: > > I’ve been busy with other things, and just had a chance to try to get caught > up with OpenWRT and my tickets, etc. I rebased openwrt and packages, then > did “make defconfig oldconfig” but I’m seeing: > > WARNING: Makefile

[OpenWrt-Devel] Problems w/ "make defconfig oldconfig" after rebasing

2019-06-30 Thread Philip Prindeville
I’ve been busy with other things, and just had a chance to try to get caught up with OpenWRT and my tickets, etc. I rebased openwrt and packages, then did “make defconfig oldconfig” but I’m seeing: WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on

[OpenWrt-Devel] [PATCH] gemini: Add StorLink SL93512r images

2019-06-30 Thread Linus Walleij
This adds image generation for the StorLink reference design SL93512r. This board is now supported upstream in kernel v4.19. As this image structure is identical to SQ201 and Raidsonic, we simply refer to this as "storlink-reference" from now on. Signed-off-by: Linus Walleij ---

[OpenWrt-Devel] [PATCH] gemini: Drop switch kmod and swconfig

2019-06-30 Thread Linus Walleij
The DIR-685 needs this module compiled in for safety (it is facing the LAN ports) and it is now (as of kernel v4.19) using the DSA switch architecture so swconfig is not needed. Signed-off-by: Linus Walleij --- target/linux/gemini/image/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git