| Summary: | linux26-menuconfig does not apply all kernel patches | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Will Wagner <will_wagner> |
| Component: | Other | Assignee: | 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 | ||
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. |
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.