Re: [OpenWrt-Devel] Right 02_network script for DSA switched boards (v4.19)

2018-10-14 Thread John Crispin
On 14/10/2018 23:25, Linus Walleij wrote: On Sun, Oct 14, 2018 at 10:47 PM Hauke Mehrtens wrote: There is a typo in your script, it should be ucidef_set_interfaces_lan_wan, with an s and not ucidef_set_interface_lan_wan. Yeah I noticed too, thanks. I'm still experimenting with it. Is there

[OpenWrt-Devel] [PATCH][master and 18.06] apm821xx: wndr4700: restore sd-card media detection

2018-10-14 Thread Christian Lamparter
This was not converted to the new, dt-based board name. Fixes: e90dc8d2722 ("apm821xx: convert to device-tree board detection") Signed-off-by: Christian Lamparter --- target/linux/apm821xx/base-files/etc/rc.button/BTN_1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [RFC PATCH 0/2] wpad basic variant

2018-10-14 Thread Hauke Mehrtens
On 10/12/2018 05:26 PM, Kevin Darbyshire-Bryant wrote: > Peoples! > > I've had these two commits lurking in my tree for ages, never having > quite got the courage up to commit the darn things as I feel well out of > my depth & comfort zone. > > They're as a result of

Re: [OpenWrt-Devel] Right 02_network script for DSA switched boards (v4.19)

2018-10-14 Thread Hauke Mehrtens
On 10/14/2018 11:25 PM, Linus Walleij wrote: > On Sun, Oct 14, 2018 at 10:47 PM Hauke Mehrtens wrote: > >> There is a typo in your script, it should be >> ucidef_set_interfaces_lan_wan, with an s and not >> ucidef_set_interface_lan_wan. > > Yeah I noticed too, thanks. I'm still experimenting

Re: [OpenWrt-Devel] Right 02_network script for DSA switched boards (v4.19)

2018-10-14 Thread Linus Walleij
On Sun, Oct 14, 2018 at 10:47 PM Hauke Mehrtens wrote: > There is a typo in your script, it should be > ucidef_set_interfaces_lan_wan, with an s and not > ucidef_set_interface_lan_wan. Yeah I noticed too, thanks. I'm still experimenting with it. Is there another DSA switched device I can look

Re: [OpenWrt-Devel] Right 02_network script for DSA switched boards (v4.19)

2018-10-14 Thread Hauke Mehrtens
On 10/13/2018 08:31 PM, Linus Walleij wrote: > Hi, > > I'm having trouble figuring out how to get a proper DSA switch > up with a 02_network script. NB: this is on a newer kernel > v4.19+patches just using DSA for the switches, no switchdev! > > These platforms (gemini) have eth0 and eth1,

Re: [OpenWrt-Devel] [PATCH] patch: apply upstream cve fixes

2018-10-14 Thread Hauke Mehrtens
On 10/14/2018 03:55 PM, Magnus Kroken wrote: > Hi Russell, Kevin > > On 14.10.2018 11:34, Russell Senior wrote: >> >> Apply two upstream patches to address two CVEs: >> >>   * CVE-2018-1000156 >>   * CVE-2018-6952 >> >> Add PKG_CPE_ID to Makefile. >> >> Build tested on apm821xx and ar71xx. >> >>

Re: [OpenWrt-Devel] [PATCH] patch: apply upstream cve fixes

2018-10-14 Thread Magnus Kroken
Hi Russell, Kevin On 14.10.2018 11:34, Russell Senior wrote: Apply two upstream patches to address two CVEs: * CVE-2018-1000156 * CVE-2018-6952 Add PKG_CPE_ID to Makefile. Build tested on apm821xx and ar71xx. Signed-off-by: Russell Senior --- tools/patch/Makefile

[OpenWrt-Devel] Merged: patch: apply upstream cve fixes

2018-10-14 Thread Kevin Darbyshire-Bryant
Merged into my staging tree. Thank you! ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] patch: apply upstream cve fixes

2018-10-14 Thread Russell Senior
Apply two upstream patches to address two CVEs: * CVE-2018-1000156 * CVE-2018-6952 Add PKG_CPE_ID to Makefile. Build tested on apm821xx and ar71xx. Signed-off-by: Russell Senior --- tools/patch/Makefile | 2 + .../patch/patches/010-CVE-2018-1000156.patch | 209