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 /include/prereq-build.mk | |
parent | 343c3be45451e4a11f03109bd6cb1dd9061ec5eb (diff) | |
download | mtk-20170518-fa69553900516944fc43cf7b377105ea1f6d3db0.zip mtk-20170518-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.gz mtk-20170518-fa69553900516944fc43cf7b377105ea1f6d3db0.tar.bz2 |
branding: add LEDE branding
Signed-off-by: John Crispin <blogic@openwrt.org>
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r-- | include/prereq-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index a530655..0e145c9 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -20,7 +20,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, \ - OpenWrt can only be built on a case-sensitive filesystem, \ + LEDE 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)) |