aboutsummaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2017-11-07 09:45:57 +0100
committerFelix Fietkau <nbd@nbd.name>2017-12-08 19:41:18 +0100
commitd2c06eb0756dea5f473a34b3eb391517318f4132 (patch)
tree34c4d569b7a2f439b0ba6da7c7e79a389d34340c /include/prereq-build.mk
parent2ffff58c2b8c69a8c6af60702ef962ad497c53ad (diff)
downloadupstream-d2c06eb0756dea5f473a34b3eb391517318f4132.tar.gz
upstream-d2c06eb0756dea5f473a34b3eb391517318f4132.tar.bz2
upstream-d2c06eb0756dea5f473a34b3eb391517318f4132.zip
merge: etc: update remaining files
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index d7562b4f72..6a423d2c7d 100644
--- a/include/prereq-build.mk
+++ b/include/prereq-build.mk
@@ -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))