From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Trapanese Date: Tue, 17 Jun 2014 15:37:07 +0200 Subject: [Buildroot] How to handle custom kernel config Message-ID: <53A04483.9030601@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, reading the docs I'm not sure how to handle a custom kernel config. Let's say I have a custom linux.config file in a board/sub_directory. In the make nconfig menu I selected the right path. Now I want to change some settings. As far as I understand if I issue make linux-menuconfig it will read the default .config file, not the custom one. Am I wrong? What's the right way to change those settings? Thanks! Marco