diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-06-11 01:38:46 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2019-06-11 01:46:53 +0200 |
commit | 79948e9d6192dba5c376ea805965842573869df9 (patch) | |
tree | f752466a6bfe63a426295ae328717b030668e502 /package/base-files/image-config.in | |
parent | 3b36aae9d5ec06d2e849212a70e3c8350a3b60b5 (diff) | |
download | upstream-79948e9d6192dba5c376ea805965842573869df9.tar.gz upstream-79948e9d6192dba5c376ea805965842573869df9.tar.bz2 upstream-79948e9d6192dba5c376ea805965842573869df9.zip |
replace links towards lede-project.org with openwrt.org
Modify VERSION_SUPPORT_URL VERSION_REPO
Replace BUGS variable in toolchain/gcc/common.mk
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'package/base-files/image-config.in')
-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 cf2cfd1d4e..3432db525a 100644 --- a/package/base-files/image-config.in +++ b/package/base-files/image-config.in @@ -183,7 +183,7 @@ if VERSIONOPT config VERSION_REPO string prompt "Release repository" - default "http://downloads.lede-project.org/snapshots" + default "http://downloads.openwrt.org/snapshots" help This is the repository address embedded in the image, it defaults to the trunk snapshot repo; the url may contain the following placeholders: |