mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] kernel: use kernelconfig file without version by default
@ 2020-09-27 21:43 Roland Hieber
  2020-10-09  6:38 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Roland Hieber @ 2020-09-27 21:43 UTC (permalink / raw)
  To: ptxdist; +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 <rhi@pengutronix.de>
---
 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-09  6:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 21:43 [ptxdist] [PATCH] kernel: use kernelconfig file without version by default Roland Hieber
2020-10-09  6:38 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox