Removing the version number from the file name makes it easier to update the kernel to a new version, since the file would otherwise need to be renamed anyway.
Also improve the help text. Signed-off-by: Roland Hieber <[email protected]> --- platforms/kernel.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/kernel.in b/platforms/kernel.in index 34d05c825929..30b70f28349b 100644 --- a/platforms/kernel.in +++ b/platforms/kernel.in @@ -258,9 +258,10 @@ config KERNEL_SERIES config KERNEL_CONFIG prompt "kernel config file" string - default "kernelconfig-${PTXCONF_KERNEL_VERSION}" + default "kernelconfig" help This entry specifies the .config file used to compile your kernel. + Specify the path relative to the platformconfig directory. endmenu -- 2.28.0 _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
