Change selected default options in "make menuconfig"

Hi,

I like to set some option by applying a patch in the lede base folder.
In essence, I need to know where do change some default options.

In particular, I like to disable "Global build settings " => "Compile the kernel with symbol table information" by default.

Any help is appreciated.

https://git.lede-project.org/?p=source.git;a=blob;f=config/Config-kernel.in;h=a4c46f55ae2e12461816d6b0346e1da8730c60a3;hb=HEAD#l63

Most of those are in the config directory in the four files

You can either change the default there, or do the setting in your .config seed.

Thanks, that was what I was looking for. :slight_smile: