Hi, what you actually see is the message "Binary file matches" which is emitted by "grep" when it finds the given string in a file it considers to be binary.
My gut feeling is that the error happens in "include/scan.mk", specifically the "xargs grep -HE ..." part. Maybe something is wonky with the cloned feed directories so that a file called "Makefile" is found which contains binary data... I have no idea why and where it happens exactly in your case but I suggest to start comparing the environments (env, export, etc.) of a working and a broken system. ~ Jow _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
