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_
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
Hi Andrew
Am 08.12.2015 um 13:54 schrieb Andrew:
> 08.12.2015 13:03, Erich Titl пишет:
>> Hi Andrew
>>
>> Am 08.12.2015 um 11:28 schrieb Andrew:
>>> Hi.
>>>
>>> You're right, only .cdiff files (+ generic config) are needed.
>>>
>>> Other per-target .config files are present just for easier update
08.12.2015 13:03, Erich Titl пишет:
> Hi Andrew
>
> Am 08.12.2015 um 11:28 schrieb Andrew:
>> Hi.
>>
>> You're right, only .cdiff files (+ generic config) are needed.
>>
>> Other per-target .config files are present just for easier update (this
>> was actual when usual .diff were used - after confi
Hi Andrew
Am 08.12.2015 um 11:28 schrieb Andrew:
> Hi.
>
> You're right, only .cdiff files (+ generic config) are needed.
>
> Other per-target .config files are present just for easier update (this
> was actual when usual .diff were used - after config change new config
> not always lays smoot
Hi.
You're right, only .cdiff files (+ generic config) are needed.
Other per-target .config files are present just for easier update (this
was actual when usual .diff were used - after config change new config
not always lays smooth, usually there were patching errors due to
changed context)
Hi Folks
What is the canonical way to modify kernel config files? I see there is
a number of cdiff files in the repo, also the same number of
architecture related config files. Now I am wondering where exactly the
modifications should go and why we are keeping all this redundant
information. I bel