From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Roland Hieber Date: Sun, 27 Sep 2020 23:43:37 +0200 Message-Id: <20200927214336.23382-1-rhi@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] kernel: use kernelconfig file without version by default List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Roland Hieber 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 --- 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 ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de