Execute “make menuconfig
” command, then select “General setup
” -> “Local version - append to kernel release
“. Add you preferred name, e.g.: “.nan
“, then save it.
Check if it is saved in .config
file successfully:
[root@linux]# grep -i ".nan" .config
CONFIG_LOCALVERSION=".nan"
After making sure it is saved successfully, you can execute “make
” command.
Thank you very much it really helped