diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-12-14 19:54:51 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-12-14 19:55:20 +0100 |
commit | e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd (patch) | |
tree | e9ed2b6fcb33be5f5d9fea6ea2cbe5f024a2499e /package/base-files | |
parent | a4232cd4bfa9d244a0b763742564f22d15264839 (diff) | |
download | upstream-e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd.tar.gz upstream-e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd.tar.bz2 upstream-e0b8b24cfbaf3c3f4db4aba4401144d7e76799bd.zip |
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 <jo@mein.io>
Diffstat (limited to 'package/base-files')
-rw-r--r-- | package/base-files/image-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |