| Summary: | make linux-menuconfig does not modify correct .config file when LINUX_KERNEL_CUSTOM_CONFIG_FILE set | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | GaryI <gary.isliefson> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
GaryI
2023-10-24 16:54:21 UTC
Garyl, All, Thanks for your report. > Correct me if I'm wrong, but setting BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE > shouldn't buildroot make linux-menuconfig modify the one pointed to by > this variable? No, BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE is used as the "source" for the configuration, it is not meant to be the "working copy", so the behaviour you report is the expected one. > So far, I've had to run make linux-menuconfig, then manually copy the > output/target/linux-custom/.config to my actual linux source directory > in order to preserve the changes. You want to run: make linux-update-defconfig (or: linux-update-config) See help, with: make help Regards, Yann E. MORIN. |