Bug 1207 - linux26-menuconfig does not apply all kernel patches
Summary: linux26-menuconfig does not apply all kernel patches
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Windows
: P5 minor
Target Milestone: 2010.05
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 18:57 UTC by Will Wagner
Modified: 2010-06-24 10:26 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
fix for linux26-menuconfig (1.30 KB, patch)
2010-03-01 18:57 UTC, Will Wagner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will Wagner 2010-03-01 18:57:42 UTC
Created attachment 1171 [details]
fix for linux26-menuconfig

If your target has board specific kernel patches and you do the following:

make linux26clean
make linux26-menuconfig

Then it will not apply your board patches before opening menuconfig. The attached patch fixes the issue.
Comment 1 Thomas Petazzoni 2010-06-24 10:26:19 UTC
Due to the merge of the linux-cleanup work, the concept of "board patch" for the Linux kernel no longer exists. Now we have a single "Kernel Patch" option, which allows to apply either a single patch, or multiple patches stored in a single directory.

So this problem should not exist anymore.