Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-01 Thread Roman Yeryomin
On 2018-04-29 21:32, Roman Yeryomin wrote: On 2018-04-27 09:18, John Crispin wrote: On 17/04/18 00:34, Roman Yeryomin wrote: On 2018-04-15 20:22, Roman Yeryomin wrote: On 2018-04-14 20:36, Hans Ulli Kroll wrote: Hi Roman On Tue, 10 Apr 2018, Linus Walleij wrote: On Mon, Apr 9, 2018 at

[LEDE-DEV] [PATCH] iproute2: update to 4.16

2018-05-01 Thread Hans Dedecker
Update to latest version of iproute2, refresh patches. See https://lkml.org/lkml/2018/4/2/349 for a full overview of the changes in 4.16. Build and tested on AR7xxx against musl Signed-off-by: Hans Dedecker --- package/network/utils/iproute2/Makefile|

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-01 Thread Linus Walleij
On Sun, Apr 29, 2018 at 8:32 PM, Roman Yeryomin wrote: > I've prepared 4.14 branch here > https://github.com/yeryomin/openwrt/commits/gemini-4.14 > I think it can be merged in it's current state. The only problem I'm aware > of is that usb is not fully working (afaik, Hans is

[LEDE-DEV] [PATCH v1 3/3] at91: refreshing kernel configurations.

2018-05-01 Thread Sandeep Sheriker Mallikarjun
refreshing kernel configurations for sama5 and legacy subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun --- target/linux/at91/config-4.9 | 445 -- target/linux/at91/legacy/config-default | 239 ++

[LEDE-DEV] [PATCH] libusb: Add SourceForge mirror.

2018-05-01 Thread Rosen Penev
SourceForge is still getting updated so might as well have it here. Signed-off-by: Rosen Penev --- package/libs/libusb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/libs/libusb/Makefile b/package/libs/libusb/Makefile index

Re: [LEDE-DEV] [OpenWrt-Devel] [PATCH 0/4] Gemini forward-port to kernel v4.14

2018-05-01 Thread Linus Walleij
On Tue, May 1, 2018 at 8:44 PM, Roman Yeryomin wrote: > Linus, if you have time, could you check if this helps to bring network up > on dir-685? > https://github.com/yeryomin/openwrt/commit/b0296b1f71bd3d677c931addd6de341203fbf18f Wow OK I will test that too. > Note I have

[LEDE-DEV] [PATCH v1 1/3] at91: reorganize at91 subtargets

2018-05-01 Thread Sandeep Sheriker Mallikarjun
reorganizing at91 subtargets based on sama5 soc features and this fix below problems. 1. able to set neon flags to sama5d2 & sama5d4 subtargets. 2. fix the make clean which removes all the subtargets in bin folder. 3. able to configure kernel specific to subtarget. 4. able to set vfpu4

[LEDE-DEV] [PATCH v1 0/3] at91 patch series.

2018-05-01 Thread Sandeep Sheriker Mallikarjun
sending below 3 patches with rebase. Sandeep Sheriker Mallikarjun (3): at91: reorganize at91 subtargets at91: Add SAMA5D2 PTC EK board at91: refreshing kernel configurations. package/boot/at91bootstrap/Makefile| 28 +- package/boot/uboot-at91/Makefile |

[LEDE-DEV] [PATCH v1 2/3] at91: Add SAMA5D2 PTC EK board

2018-05-01 Thread Sandeep Sheriker Mallikarjun
Add target device as at91-sama5d2_ptc_ek in SAMA5D2 subtarget and build images for SAMA5D2 PTC Ek board. Signed-off-by: Sandeep Sheriker Mallikarjun --- package/boot/at91bootstrap/Makefile| 16 +- package/boot/uboot-at91/Makefile

Re: [LEDE-DEV] [PATCH v2] build: log time taken by each packages/steps

2018-05-01 Thread Etienne Champetier
Hi John, 2018-05-01 2:47 GMT-07:00 John Crispin : > > > On 30/04/18 21:55, Etienne Champetier wrote: >> >> The idea is to easily get the list of packages taking the most time to >> build, >> and see if we can improve them >> >> v1: Use SetupHostCommand as recommended by John >>

[LEDE-DEV] [PATCH V3] sysctl: Protect hard/symlinks by default.

2018-05-01 Thread Rosen Penev
There is no usecase for not protecting symlinks that I know of in OpenWrt. Not even on desktop systems where you have multiple users with a shell. Signed-off-by: Rosen Penev --- v2: Move to 10-default.conf file. v3: Edit patch description to be 75 characters per line.

[LEDE-DEV] [PATCH V5] uboot-envtools: Change download to git.

2018-05-01 Thread Rosen Penev
Currently, the build system uses an openwrt mirror which does not currently work and FTP can be unreliable under several circumstances (Ubuntu 16.04 WSL being an example). This change implicitly allows using all the mirrors to download. Changing this to git also allows using .tar.xz archives

Re: [LEDE-DEV] [PATCH v1 0/3] at91 patch series.

2018-05-01 Thread John Crispin
On 02/05/18 00:43, Sandeep Sheriker Mallikarjun wrote: sending below 3 patches with rebase. Sandeep Sheriker Mallikarjun (3): at91: reorganize at91 subtargets at91: Add SAMA5D2 PTC EK board at91: refreshing kernel configurations. Hi, I am having problems applying this series ontop

[LEDE-DEV] [PATCH,v2] samba36: add hotplug support

2018-05-01 Thread Rosy Song
Add hotplug handle script for storage devices, this will add corresponding option in the /etc/config/samba file automatically. Signed-off-by: Rosy Song --- package/network/services/samba36/Makefile | 14 .../network/services/samba36/files/lib/samba.sh

Re: [LEDE-DEV] 18.06 Status?

2018-05-01 Thread Eric Luehrsen
On 05/01/2018 10:47 AM, Hannu Nyman wrote: I think that the main source tree is in pretty good shape, so branching off the 18.0X rather soon might make sense I would also think its time to branch 18.[something-soon], and rather than focus on work that needs yet to be completed, look to

[LEDE-DEV] 18.06 Status?

2018-05-01 Thread Rich Brown
Hi folks, It has been exactly a month since Hauke sent his note recommending a release process for the next OpenWrt stable. http://lists.infradead.org/pipermail/lede-dev/2018-April/011704.html I have not seen any further discussion of this proposal. Given that the OpenWrt/LEDE merger was

Re: [LEDE-DEV] 18.06 Status?

2018-05-01 Thread Hannu Nyman
I think that the main source tree is in pretty good shape, so branching off the 18.0X rather soon might make sense. There is alweays the next new exiting feature to be included in, but if the intention is still to make several major releases per year, the next feature will get into the next

Re: [LEDE-DEV] [PATCH] uboot-envtools: Change download to git.

2018-05-01 Thread John Crispin
On 30/04/18 22:10, Rosen Penev wrote: Currently, the build system uses an openwrt mirror which does not currently workand FTP can be unreliable under several circumstances (Ubuntu 16.04 WSL being an example). This change implicitly allows using all the mirrors to download. Changing this to

Re: [LEDE-DEV] [PATCH] sysctl: Protect hard/symlinks by default.

2018-05-01 Thread John Crispin
On 30/04/18 22:15, Rosen Penev wrote: There is no usecase for not protecting symlinks that I know of in OpenWrt. Not even on desktop systems where you have multiple users with a shell. Hi, patch descriptions should be wrapped at 75 chars     John Signed-off-by: Rosen Penev

Re: [LEDE-DEV] [PATCH v2] build: log time taken by each packages/steps

2018-05-01 Thread John Crispin
On 30/04/18 21:55, Etienne Champetier wrote: The idea is to easily get the list of packages taking the most time to build, and see if we can improve them v1: Use SetupHostCommand as recommended by John v2: add space after 'time:', remove useless /usr/bin/time from SetupHostCommand

Re: [LEDE-DEV] 18.06 Status?

2018-05-01 Thread Jaap Buurman
Dear all, If a 18.06 release is still going to require quite a bit of work, I propose we should look at another 17.01 point release. That should be a nice stopgap in the form of bug fixes for people that are still running a stable release. 17.01.4 is getting ancient to be honest. What do you