aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-12-14 19:54:51 +0100
committerJo-Philipp Wich <jo@mein.io>2016-12-14 19:55:20 +0100
commite0b8b24cfbaf3c3f4db4aba4401144d7e76799bd (patch)
treee9ed2b6fcb33be5f5d9fea6ea2cbe5f024a2499e /package/base-files/image-config.in
parenta4232cd4bfa9d244a0b763742564f22d15264839 (diff)
downloadupstream-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/image-config.in')
-rw-r--r--package/base-files/image-config.in2
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.