merge: etc: update remaining files
authorZoltan HERPAI <wigyori@uid0.hu>
Tue, 7 Nov 2017 08:45:57 +0000 (09:45 +0100)
committerFelix Fietkau <nbd@nbd.name>
Fri, 8 Dec 2017 18:41:18 +0000 (19:41 +0100)
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
include/prereq-build.mk
target/imagebuilder/files/repositories.conf
target/toolchain/files/README.TOOLCHAIN
toolchain/gcc/common.mk

index d7562b4f72cbb420c59401c8e5d376c7698877c2..6a423d2c7dd71b8354f78ef8efe498ea0f4d0a84 100644 (file)
@@ -18,7 +18,7 @@ $(eval $(call TestHostCommand,working-make, \
        $(MAKE) -v | grep -E 'Make (3\.8[1-9]|3\.9[0-9]|[4-9]\.)'))
 
 $(eval $(call TestHostCommand,case-sensitive-fs, \
-       LEDE can only be built on a case-sensitive filesystem, \
+       OpenWrt can only be built on a case-sensitive filesystem, \
        rm -f $(TMP_DIR)/test.*; touch $(TMP_DIR)/test.fs; \
                test ! -f $(TMP_DIR)/test.FS))
 
index 93ed97b2908fcc3e4d9a12df699fad365231b694..8f1f27fe509ec22d5e095c8f06bacf5e3bd5d643 100644 (file)
@@ -1,4 +1,4 @@
 ## Place your custom repositories here, they must match the architecture and version.
 # src/gz %n %U
-# src custom file:///usr/src/lede/bin/%T/packages
+# src custom file:///usr/src/openwrt/bin/%T/packages
 
index 86b0189d356a457ec6810627e9544585e01c6470..7c0586b2077e12b9f5f26021b216b720a51b3781 100644 (file)
@@ -1,2 +1,2 @@
-This is the LEDE SDK. It contains just the toolchain created
+This is the OpenWrt SDK. It contains just the toolchain created
 by buildroot.
index f22b8adc2a91225c57deb8bbc7626956683fb7ca..69214aca0317a71c974f38402b8c1ad5a5bda78a 100644 (file)
@@ -54,7 +54,7 @@ endif
 PATCH_DIR=../patches/$(GCC_VERSION)
 
 BUGURL=http://www.lede-project.org/bugs/
-PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
+PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION)
 
 HOST_BUILD_PARALLEL:=1