Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread John Crispin
On 26/10/2015 12:48, Alexandru Ardelean wrote: > Looks like it did not take much to actually come back with an answer. > So, > > In file: > https://github.com/torvalds/linux/blob/v4.1/tools/perf/Makefile.perf > Line 75: # Define NO_LZMA if you do not want to support compressed > (xz) kernel

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread Alexandru Ardelean
Ah, sorry about this. I forgot about it ; completely swamped. Will add it in my desktop notes that I keep and come back with an answer asap (hopefully today/tomorrow). On Mon, Oct 26, 2015 at 12:13 PM, John Crispin wrote: > > > On 21/10/2015 20:03, John Crispin wrote: > >

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread Alexandru Ardelean
Looks like it did not take much to actually come back with an answer. So, In file: https://github.com/torvalds/linux/blob/v4.1/tools/perf/Makefile.perf Line 75: # Define NO_LZMA if you do not want to support compressed (xz) kernel modules Then file:

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread John Crispin
On 21/10/2015 20:03, John Crispin wrote: > > > On 15/10/2015 15:01, Alexandru Ardelean wrote: >> This fix contains 2 parts: >> - kernel 4.1: backport upstream patch "perf build: Do not fail on missing >> Build file" >> - add +liblzma dependency >> > > did you find out why there is suddenly

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread John Crispin
thanks ! the patch looks good but i am failing to understand why the lzma needs to be added :) On 26/10/2015 11:52, Alexandru Ardelean wrote: > Ah, sorry about this. > I forgot about it ; completely swamped. > > Will add it in my desktop notes that I keep and come back with an answer > asap

[OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-26 Thread Alexandru Ardelean
This fix contains 2 parts: - kernel 4.1: backport upstream patch "perf build: Do not fail on missing Build file" - add NO_LZMA=1 to perf MAKE_FLAGS to disable LZMA support Signed-off-by: Alexandru Ardelean --- package/devel/perf/Makefile| 1 +

Re: [OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-21 Thread John Crispin
On 15/10/2015 15:01, Alexandru Ardelean wrote: > This fix contains 2 parts: > - kernel 4.1: backport upstream patch "perf build: Do not fail on missing > Build file" > - add +liblzma dependency > did you find out why there is suddenly a dependency on lzma ? John > Signed-off-by:

[OpenWrt-Devel] [PATCH] package/devel/perf: fix build for kernel 4.1

2015-10-15 Thread Alexandru Ardelean
This fix contains 2 parts: - kernel 4.1: backport upstream patch "perf build: Do not fail on missing Build file" - add +liblzma dependency Signed-off-by: Alexandru Ardelean --- package/devel/perf/Makefile| 2 +-