From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200927214336.23382-1-rhi@pengutronix.de> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 09 Oct 2020 08:38:34 +0200 Subject: Re: [ptxdist] [APPLIED] 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 Thanks, applied as 8e6dfc64ba675a055644c2a4ca3d461d95657c57. Michael [sent from post-receive hook] On Fri, 09 Oct 2020 08:38:34 +0200, Roland Hieber wrote: > 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 > Message-Id: <20200927214336.23382-1-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 > _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de