[OpenWrt-Devel] Enabling CircleCI for packages repo

2018-10-26 Thread Etienne Champetier
Hi All, Can one of the github admin enable CircleCI for the packages repo ? The configuration was merged: https://github.com/openwrt/packages/pull/5993 But it needs to be installed / configured https://github.com/marketplace/circleci (at the bottom of the page) Thanks Etienne __

[OpenWrt-Devel] [PATCH] hotplug: Allow configuring radio name.

2018-10-26 Thread greearb
From: Ben Greear This way the radio (phy) name can be the same through module reloads. To set the desired name: uci set wireless.@wifi-device[0].phyname=wiphy0 I guess this only works on ipq6086 boards as I could not find a more generic place to put this. Maybe someone can improve it. Signed

Re: [OpenWrt-Devel] [PATCH] kernel: tolerate using UBI/UBIFS on MLC flash (FS#1830)

2018-10-26 Thread Koen Vandeputte
On 25.10.18 23:43, Christian Lamparter wrote: On Thursday, October 25, 2018 10:57:48 AM CEST Koen Vandeputte wrote: On 23.10.18 17:43, Christian Lamparter wrote: Sorry, hit "Send" by accident On Tuesday, October 23, 2018 2:37:16 PM CEST Koen Vandeputte wrote: On 22.10.18 19:27, Christian Lam