projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4232cd
)
base-files: fix CONFIG_VERSION_DIST default
author
Jo-Philipp Wich
<jo@mein.io>
Wed, 14 Dec 2016 18:54:51 +0000
(19:54 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Wed, 14 Dec 2016 18:55:20 +0000
(19:55 +0100)
Fix the default value of CONFIG_VERSION_DIST to use uppercase "LEDE".
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/base-files/image-config.in
patch
|
blob
|
history
diff --git
a/package/base-files/image-config.in
b/package/base-files/image-config.in
index a8d82d3e0cfb9560d227e29a4671a8ecc9f68b13..448fc1cd9ff269f32e058dbb8995bfc109df430d 100644
(file)
--- 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 "L
ede
"
+ default "L
EDE
"
help
This is the name of the release distribution.
If unspecified, it defaults to OpenWrt.