X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=scripts%2Fcheckpatch.pl;h=5224ea49c3b27985c3d15928c2748467dce4fdd4;hb=17dcbe1b8e2b7074ab1822f117e48a5c04997e4a;hp=05fd772c91ffd99c36a6fc71817aba1f3129a155;hpb=5378c856779c590e26910639e28b95a22aa2b9f5;p=openwrt%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); } }