Re: [leaf-devel] LEAF Kernel config

2015-12-09 Thread Andrew
Hi. Right, it's unneeded now. 09.12.2015 10:54, Erich Titl пишет: > Hi Andrew > > I am digging in the linux source directory and I am wondering why this > is/was necessary > > # workaround -- patch 2.7.1 needs --follow-symlinks, patch 2.61 will not > work > cp -L $(LINUX_CONFIG) $(LINUX_

Re: [leaf-devel] LEAF Kernel config

2015-12-09 Thread Erich Titl
Hi Andrew I am digging in the linux source directory and I am wondering why this is/was necessary # workaround -- patch 2.7.1 needs --follow-symlinks, patch 2.61 will not work cp -L $(LINUX_CONFIG) $(LINUX_CONFIG).n; rm $(LINUX_CONFIG); mv $(LINUX_CONFIG).n $(LINUX_CONFIG) This makes a l