aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorZoltan HERPAI <wigyori@uid0.hu>2017-11-07 09:45:50 +0100
committerFelix Fietkau <nbd@nbd.name>2017-12-08 19:41:18 +0100
commit34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6 (patch)
treec732597a7f040e71187a701e0c2e56e82a223397 /scripts/checkpatch.pl
parent98fb380d8855f7d6b94f3be791331adaa3d88a2a (diff)
downloadupstream-34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6.tar.gz
upstream-34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6.tar.bz2
upstream-34bbbbf9c3b39e7b2d81df590aad5cdbd00280d6.zip
merge: base: update base-files and basic config
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
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);
}
}