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 /toolchain | |
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 'toolchain')
-rw-r--r-- | toolchain/gcc/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 6e0edfb36a..06a195fd9a 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -42,7 +42,7 @@ endif PATCH_DIR=../patches/$(GCC_VERSION) -BUGURL=http://www.lede-project.org/bugs/ +BUGURL=http://bugs.openwrt.org/ PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) HOST_BUILD_PARALLEL:=1 |