diff options
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index e1580cf8c5..e6b5c8ea4b 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -44,11 +44,11 @@ endif PATCH_DIR=../patches/$(GCC_VERSION) -BUGURL=https://dev.openwrt.org/ +BUGURL=http://www.lede-project.org/bugs/ ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) - PKGVERSION=OpenWrt/Linaro GCC $(PKG_REV) $(REVISION) + PKGVERSION=LEDE/Linaro GCC $(PKG_REV) $(REVISION) else - PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) + PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION) endif HOST_BUILD_PARALLEL:=1 |