From e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 14 Dec 2016 19:54:51 +0100 Subject: [PATCH] base-files: fix CONFIG_VERSION_DIST default Fix the default value of CONFIG_VERSION_DIST to use uppercase "LEDE". Signed-off-by: Jo-Philipp Wich --- package/base-files/image-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in index a8d82d3e0c..448fc1cd9f 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -158,7 +158,7 @@ if VERSIONOPT config VERSION_DIST string prompt "Release distribution" - default "Lede" + default "LEDE" help This is the name of the release distribution. If unspecified, it defaults to OpenWrt. -- 2.30.2