aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/image-config.in
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-03-24 22:40:13 +0100
committerJohn Crispin <blogic@openwrt.org>2016-03-24 22:40:13 +0100
commitfa69553900516944fc43cf7b377105ea1f6d3db0 (patch)
tree2df1a9d02c0a785f6d5865bd6e82fbc65243e4ad /package/base-files/image-config.in
parent343c3be45451e4a11f03109bd6cb1dd9061ec5eb (diff)
downloadupstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.gz
upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.bz2
upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.zip
branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'package/base-files/image-config.in')
-rw-r--r--package/base-files/image-config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/base-files/image-config.in b/package/base-files/image-config.in
index 3dfbedcfe5..5f84d115e5 100644
--- a/package/base-files/image-config.in
+++ b/package/base-files/image-config.in
@@ -147,7 +147,7 @@ if VERSIONOPT
config VERSION_DIST
string
prompt "Release distribution"
- default "OpenWrt"
+ default "Lede"
help
This is the name of the release distribution.
If unspecified, it defaults to OpenWrt.
@@ -170,23 +170,23 @@ if VERSIONOPT
config VERSION_REPO
string
prompt "Release repository"
- default "http://downloads.openwrt.org/snapshots/trunk/%S/packages"
+ default "http://downloads.lede-project.org/snapshots/trunk/%S/packages"
help
This is the repository address embedded in the image, it defaults
to the trunk snapshot repo; the url may contain the following placeholders:
%R .. Revision number
%V .. Release version or revision number, uppercase
%v .. Release version or revision number, lowercase
- %C .. Release version or "Bleeding Edge", uppercase
- %c .. Release version or "bleeding_edge", lowercase
+ %C .. Release version or "HEAD", uppercase
+ %c .. Release version or "head", lowercase
%N .. Release name, uppercase
%n .. Release name, lowercase
- %D .. Distribution name or "OpenWrt", uppercase
- %d .. Distribution name or "openwrt", lowercase
+ %D .. Distribution name or "Lede", uppercase
+ %d .. Distribution name or "lede", lowercase
%T .. Target name
%S .. Target/Subtarget name
%t .. Build taint flags, e.g. "no-all busybox"
- %M .. Manufacturer name or "OpenWrt"
+ %M .. Manufacturer name or "Lede"
%P .. Product name or "Generic"
%h .. Hardware revision or "v0"