aboutsummaryrefslogtreecommitdiffstats
path: root/include/version.mk
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2019-06-11 01:38:46 +0200
committerAlexander Couzens <lynxis@fe80.eu>2019-06-11 01:46:53 +0200
commit79948e9d6192dba5c376ea805965842573869df9 (patch)
treef752466a6bfe63a426295ae328717b030668e502 /include/version.mk
parent3b36aae9d5ec06d2e849212a70e3c8350a3b60b5 (diff)
downloadupstream-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 'include/version.mk')
-rw-r--r--include/version.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.mk b/include/version.mk
index 8ef0a7e65e..08f272e9d7 100644
--- a/include/version.mk
+++ b/include/version.mk
@@ -51,7 +51,7 @@ VERSION_HOME_URL:=$(call qstrip,$(CONFIG_VERSION_HOME_URL))
VERSION_HOME_URL:=$(if $(VERSION_HOME_URL),$(VERSION_HOME_URL),http://openwrt.org/)
VERSION_SUPPORT_URL:=$(call qstrip,$(CONFIG_VERSION_SUPPORT_URL))
-VERSION_SUPPORT_URL:=$(if $(VERSION_SUPPORT_URL),$(VERSION_SUPPORT_URL),http://forum.lede-project.org/)
+VERSION_SUPPORT_URL:=$(if $(VERSION_SUPPORT_URL),$(VERSION_SUPPORT_URL),http://forum.openwrt.org/)
VERSION_PRODUCT:=$(call qstrip,$(CONFIG_VERSION_PRODUCT))
VERSION_PRODUCT:=$(if $(VERSION_PRODUCT),$(VERSION_PRODUCT),Generic)