Hi,
On 31 December 2015 at 20:33, Roman Yeryomin wrote:
> On 30 December 2015 at 14:32, Yousong Zhou wrote:
>> On 30 December 2015 at 20:12, Jo-Philipp Wich wrote:
>>> Hi Yousong.
>>>
>>> NAK - thats by design. If a network config is present then there is no
>>> point in regenerating it.
>>>
>>
On 30 December 2015 at 14:32, Yousong Zhou wrote:
> On 30 December 2015 at 20:12, Jo-Philipp Wich wrote:
>> Hi Yousong.
>>
>> NAK - thats by design. If a network config is present then there is no
>> point in regenerating it.
>>
>> I'd prefer if the Malta target would simply drop its default conf
On Wednesday, 30 December 2015, Nathan Hintz wrote:
> Hi:
> On Dec 30, 2015 4:01 AM, Yousong Zhou > wrote:
> >
> > With the default /e/c/network present, board_detect won't create a new
> > config from board.json. Move this default configuration to
> > generate_static_network of config_generate
Hi:
On Dec 30, 2015 4:01 AM, Yousong Zhou wrote:
>
> With the default /e/c/network present, board_detect won't create a new
> config from board.json. Move this default configuration to
> generate_static_network of config_generate instead.
>
> This should fix the issue on malta target and should n
On 30 December 2015 at 20:12, Jo-Philipp Wich wrote:
> Hi Yousong.
>
> NAK - thats by design. If a network config is present then there is no
> point in regenerating it.
>
> I'd prefer if the Malta target would simply drop its default config and
> switch to board.d, this could be useful to e.g. dy
Hi Yousong.
NAK - thats by design. If a network config is present then there is no
point in regenerating it.
I'd prefer if the Malta target would simply drop its default config and
switch to board.d, this could be useful to e.g. dynamically handle
different amounts of eth* devices:
eth0 -> lan
With the default /e/c/network present, board_detect won't create a new
config from board.json. Move this default configuration to
generate_static_network of config_generate instead.
This should fix the issue on malta target and should not affect other
targets that provide its own default network