Re: LEAF Kernel config
Erich Titl <[email protected]>
| Newsgroups | gmane.linux.leaf.devel |
|---|---|
| Message-ID | <[email protected]> |
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 local copy of the generic linux config file and I don't see
a reason to do this.
Thanks
ET
------------------------------------------------------------------------------