uqmi: bump to latest git HEAD
[openwrt/openwrt.git] / include / prereq-build.mk
index 4a0509ac00380a272821158b22a29abd0150f511..ed652ca9a729a6bd8e9222012e9ef65bea04bd21 100644 (file)
@@ -109,8 +109,8 @@ $(eval $(call SetupHostCommand,diff,Please install diffutils, \
        diff --version 2>&1 | grep diff))
 
 $(eval $(call SetupHostCommand,cp,Please install GNU fileutils, \
-       gcp --help, \
-       cp --help))
+       gcp --help 2>&1 | grep 'Copy SOURCE', \
+       cp --help 2>&1 | grep 'Copy SOURCE'))
 
 $(eval $(call SetupHostCommand,seq,, \
        gseq --version, \