Bug 1207

Summary: linux26-menuconfig does not apply all kernel patches
Product: buildroot Reporter: Will Wagner <will_wagner>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Windows   
Host: Target:
Build:
Attachments: fix for linux26-menuconfig

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.