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>
This commit is contained in:
		| @@ -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_HOME_URL:=$(if $(VERSION_HOME_URL),$(VERSION_HOME_URL),http://openwrt.org/) | ||||||
|  |  | ||||||
| VERSION_SUPPORT_URL:=$(call qstrip,$(CONFIG_VERSION_SUPPORT_URL)) | 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:=$(call qstrip,$(CONFIG_VERSION_PRODUCT)) | ||||||
| VERSION_PRODUCT:=$(if $(VERSION_PRODUCT),$(VERSION_PRODUCT),Generic) | VERSION_PRODUCT:=$(if $(VERSION_PRODUCT),$(VERSION_PRODUCT),Generic) | ||||||
|   | |||||||
| @@ -183,7 +183,7 @@ if VERSIONOPT | |||||||
| 	config VERSION_REPO | 	config VERSION_REPO | ||||||
| 		string | 		string | ||||||
| 		prompt "Release repository" | 		prompt "Release repository" | ||||||
| 		default "http://downloads.lede-project.org/snapshots" | 		default "http://downloads.openwrt.org/snapshots" | ||||||
| 		help | 		help | ||||||
| 			This is the repository address embedded in the image, it defaults | 			This is the repository address embedded in the image, it defaults | ||||||
| 			to the trunk snapshot repo; the url may contain the following placeholders: | 			to the trunk snapshot repo; the url may contain the following placeholders: | ||||||
|   | |||||||
| @@ -42,7 +42,7 @@ endif | |||||||
|  |  | ||||||
| PATCH_DIR=../patches/$(GCC_VERSION) | PATCH_DIR=../patches/$(GCC_VERSION) | ||||||
|  |  | ||||||
| BUGURL=http://www.lede-project.org/bugs/ | BUGURL=http://bugs.openwrt.org/ | ||||||
| PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) | PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) | ||||||
|  |  | ||||||
| HOST_BUILD_PARALLEL:=1 | HOST_BUILD_PARALLEL:=1 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Couzens
					Alexander Couzens