X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=5224ea49c3b27985c3d15928c2748467dce4fdd4;hb=c70545f397187b36c1220ae16b4db19f39857c93;hp=05fd772c91ffd99c36a6fc71817aba1f3129a155;hpb=5378c856779c590e26910639e28b95a22aa2b9f5;p=oweals%2Fopenwrt.git diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 05fd772c91..5224ea49c3 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -174,7 +174,7 @@ if ($tree) { } if (!defined $root) { - print "Must be run from the top-level dir. of a LEDE tree\n"; + print "Must be run from the top-level dir. of a OpenWrt tree\n"; exit(2); } }