merge: etc: update remaining files
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
parent
2ffff58c2b
commit
d2c06eb075
4 changed files with 4 additions and 4 deletions
|
@ -18,7 +18,7 @@ $(eval $(call TestHostCommand,working-make, \
|
||||||
$(MAKE) -v | grep -E 'Make (3\.8[1-9]|3\.9[0-9]|[4-9]\.)'))
|
$(MAKE) -v | grep -E 'Make (3\.8[1-9]|3\.9[0-9]|[4-9]\.)'))
|
||||||
|
|
||||||
$(eval $(call TestHostCommand,case-sensitive-fs, \
|
$(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; \
|
rm -f $(TMP_DIR)/test.*; touch $(TMP_DIR)/test.fs; \
|
||||||
test ! -f $(TMP_DIR)/test.FS))
|
test ! -f $(TMP_DIR)/test.FS))
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## Place your custom repositories here, they must match the architecture and version.
|
## Place your custom repositories here, they must match the architecture and version.
|
||||||
# src/gz %n %U
|
# src/gz %n %U
|
||||||
# src custom file:///usr/src/lede/bin/%T/packages
|
# src custom file:///usr/src/openwrt/bin/%T/packages
|
||||||
|
|
||||||
|
|
|
@ -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.
|
by buildroot.
|
||||||
|
|
|
@ -54,7 +54,7 @@ endif
|
||||||
PATCH_DIR=../patches/$(GCC_VERSION)
|
PATCH_DIR=../patches/$(GCC_VERSION)
|
||||||
|
|
||||||
BUGURL=http://www.lede-project.org/bugs/
|
BUGURL=http://www.lede-project.org/bugs/
|
||||||
PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
|
PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION)
|
||||||
|
|
||||||
HOST_BUILD_PARALLEL:=1
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue