Re: [LEDE-DEV] Multi-Profile selection support

2016-06-02 Thread Daniel Dickinson
On Mon, 2016-05-23 at 13:38 +0200, Felix Fietkau wrote: > Hi Daniel et al. > > after a long delay, I finally got around to looking into multi profile > selection again. After reviewing your code and thinking about it some > more, I decided to go with a slightly different approach from the one > t

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-25 Thread Daniel Dickinson
Hi Felix, On Mon, 2016-05-23 at 13:38 +0200, Felix Fietkau wrote: > If you have some time, feedback and patches converting profiles/* stuff > into proper device profiles will be appreciated. This sounds really interesting and I will try to make time to work on it sooner rather than later. As y

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-24 Thread Rafał Miłecki
On 24 May 2016 at 11:13, Felix Fietkau wrote: > Fixed now, thanks for reporting. Thanks. I tried adjusting bcm53xx but it didn't work for me. I dropped "kmod-brcmfmac" from Profile/Generic and added DEVICE_PACKAGES := kmod-brcmfmac to the Device/smartrg-sr400ac, but my SR400ac image was built wit

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-24 Thread Felix Fietkau
On 2016-05-24 07:34, Rafał Miłecki wrote: > On 23 May 2016 at 13:38, Felix Fietkau wrote: >> You can find my work in progress in my staging tree: >> https://git.lede-project.org/?p=lede/nbd/staging.git;a=summary >> >> If you have some time, feedback and patches converting profiles/* stuff >> into

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-23 Thread Rafał Miłecki
On 23 May 2016 at 13:38, Felix Fietkau wrote: > You can find my work in progress in my staging tree: > https://git.lede-project.org/?p=lede/nbd/staging.git;a=summary > > If you have some time, feedback and patches converting profiles/* stuff > into proper device profiles will be appreciated. I'm

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-23 Thread John Crispin
On 23/05/2016 14:02, Rafał Miłecki wrote: > On 23 May 2016 at 13:59, Felix Fietkau wrote: >> On 2016-05-23 13:56, Rafał Miłecki wrote: >>> On 23 May 2016 at 13:38, Felix Fietkau wrote: after a long delay, I finally got around to looking into multi profile selection again. After review

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-23 Thread Rafał Miłecki
On 23 May 2016 at 13:59, Felix Fietkau wrote: > On 2016-05-23 13:56, Rafał Miłecki wrote: >> On 23 May 2016 at 13:38, Felix Fietkau wrote: >>> after a long delay, I finally got around to looking into multi profile >>> selection again. After reviewing your code and thinking about it some >>> more,

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-23 Thread Felix Fietkau
On 2016-05-23 13:56, Rafał Miłecki wrote: > On 23 May 2016 at 13:38, Felix Fietkau wrote: >> after a long delay, I finally got around to looking into multi profile >> selection again. After reviewing your code and thinking about it some >> more, I decided to go with a slightly different approach f

Re: [LEDE-DEV] Multi-Profile selection support

2016-05-23 Thread Rafał Miłecki
On 23 May 2016 at 13:38, Felix Fietkau wrote: > after a long delay, I finally got around to looking into multi profile > selection again. After reviewing your code and thinking about it some > more, I decided to go with a slightly different approach from the one > that you took. > > I'm working to