Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-25 Thread Felix Fietkau
On 2017-04-25 15:05, Alexey Brodkin wrote: > Hi Felix, > > On Thu, 2017-04-13 at 15:42 +0300, Alexey Brodkin wrote: > > [snip] > >> As you might have seen from my email to USB mailing list I >> was able to nail down the problem (which apparently has nothing to do >> with ARC or any other archite

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-25 Thread Alexey Brodkin
Hi Felix, On Thu, 2017-04-13 at 15:42 +0300, Alexey Brodkin wrote: [snip] > As you might have seen from my email to USB mailing list I > was able to nail down the problem (which apparently has nothing to do > with ARC or any other architecture in particular). > > I think it worth waiting for co

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-13 Thread Alexey Brodkin
Hi Felix, On Wed, 2017-04-12 at 12:04 +0300, Alexey Brodkin wrote: > Hi Felix, > > > On Wed, 2017-04-12 at 10:53 +0200, Felix Fietkau wrote: > > > > On 2017-03-12 17:06, Felix Fietkau wrote: > > > > > > > > > On 2017-03-10 17:01, Alexey Brodkin wrote: > > > > > > > > > > > > Hi Felix, > > >

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-12 Thread Alexey Brodkin
Hi Felix, On Wed, 2017-04-12 at 10:53 +0200, Felix Fietkau wrote: > On 2017-03-12 17:06, Felix Fietkau wrote: > > > > On 2017-03-10 17:01, Alexey Brodkin wrote: > > > > > > Hi Felix, > > > > > > On Fri, 2017-03-10 at 16:59 +0100, Felix Fietkau wrote: > > > > > > > > On 2017-03-10 16:57, Alexe

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-12 Thread Felix Fietkau
On 2017-03-12 17:06, Felix Fietkau wrote: > On 2017-03-10 17:01, Alexey Brodkin wrote: >> Hi Felix, >> >> On Fri, 2017-03-10 at 16:59 +0100, Felix Fietkau wrote: >>> On 2017-03-10 16:57, Alexey Brodkin wrote: >>> > >>> > Completely forgot about feeds, sorry. >>> > So what I did now was "./scripts

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-12 Thread Felix Fietkau
On 2017-03-10 17:01, Alexey Brodkin wrote: > Hi Felix, > > On Fri, 2017-03-10 at 16:59 +0100, Felix Fietkau wrote: >> On 2017-03-10 16:57, Alexey Brodkin wrote: >> > >> > Completely forgot about feeds, sorry. >> > So what I did now was "./scripts/feed uninstall -a", selected ARC770 board, >> > en

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-10 Thread Felix Fietkau
On 2017-03-10 16:57, Alexey Brodkin wrote: > Completely forgot about feeds, sorry. > So what I did now was "./scripts/feed uninstall -a", selected ARC770 board, > enabled CONFIG_ALL_KMOD and all got built perfectly fine for me. > > Any other ideas what's missing in my case? Did you create a fresh

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-10 Thread Alexey Brodkin
Hi Felix, On Fri, 2017-03-10 at 16:59 +0100, Felix Fietkau wrote: > On 2017-03-10 16:57, Alexey Brodkin wrote: > > > > Completely forgot about feeds, sorry. > > So what I did now was "./scripts/feed uninstall -a", selected ARC770 board, > > enabled CONFIG_ALL_KMOD and all got built perfectly fine

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-10 Thread Alexey Brodkin
Hi Felix, On Fri, 2017-03-10 at 16:10 +0100, Felix Fietkau wrote: > On 2017-03-10 16:00, Alexey Brodkin wrote: > > > > Hi Felix, > > > > On Tue, 2017-03-07 at 19:30 +0100, Felix Fietkau wrote: > > > > > > On 2017-03-06 19:30, Alexey Brodkin wrote: > > > > > > > > > > > > With update of ARC to

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-10 Thread Felix Fietkau
On 2017-03-10 16:00, Alexey Brodkin wrote: > Hi Felix, > > On Tue, 2017-03-07 at 19:30 +0100, Felix Fietkau wrote: >> On 2017-03-06 19:30, Alexey Brodkin wrote: >> > >> > With update of ARC tools to arc-2016.09 based on GCC v6.x >> > we have to bump Linux kernel version so both toolchain and >> >

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-10 Thread Alexey Brodkin
Hi Felix, On Tue, 2017-03-07 at 19:30 +0100, Felix Fietkau wrote: > On 2017-03-06 19:30, Alexey Brodkin wrote: > > > > With update of ARC tools to arc-2016.09 based on GCC v6.x > > we have to bump Linux kernel version so both toolchain and > > the kernel use the same ARC ABIv4. > > > > Signed-of

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-03-07 Thread Felix Fietkau
On 2017-03-06 19:30, Alexey Brodkin wrote: > With update of ARC tools to arc-2016.09 based on GCC v6.x > we have to bump Linux kernel version so both toolchain and > the kernel use the same ARC ABIv4. > > Signed-off-by: Alexey Brodkin > --- > target/linux/arc770/Makefile |