diff options
author | John Crispin <blogic@openwrt.org> | 2016-03-24 22:40:13 +0100 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-03-24 22:40:13 +0100 |
commit | fa69553900516944fc43cf7b377105ea1f6d3db0 (patch) | |
tree | 2df1a9d02c0a785f6d5865bd6e82fbc65243e4ad /toolchain/gcc/common.mk | |
parent | 343c3be45451e4a11f03109bd6cb1dd9061ec5eb (diff) | |
download | upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.gz upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.bz2 upstream-fa69553900516944fc43cf7b377105ea1f6d3db0.zip |
branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'toolchain/gcc/common.mk')
-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 |