From: Jo-Philipp Wich Date: Wed, 14 Dec 2016 18:54:51 +0000 (+0100) Subject: base-files: fix CONFIG_VERSION_DIST default X-Git-Tag: v17.01.0-rc1~526 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd 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 --- 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.