Explorar o código

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 <[email protected]>
Jo-Philipp Wich %!s(int64=8) %!d(string=hai) anos
pai
achega
e0b8b24cfb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/base-files/image-config.in

+ 1 - 1
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.