[PATCH 2/3] scripts: fix checkpatch.pl for changed license dir

Adrian Schmutzler freifunk at adrianschmutzler.de
Fri Feb 12 07:53:17 EST 2021


From: Paul Spooren <mail at aparcar.org>

As multiple LICENSES are shipped and no longer just LICENSE, modify the
OpenWrt tree detecation in checkpatch.pl.

Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 scripts/checkpatch.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index 8ffc093548..81b1ffcb56 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -1113,7 +1113,7 @@ sub top_of_openwrt_tree {
 	my ($root) = @_;
 
 	my @tree_check = (
-		"BSDmakefile", "Config.in", "LICENSE", "Makefile", "README.md",
+		"BSDmakefile", "Config.in", "LICENSES", "Makefile", "README.md",
 		"feeds.conf.default", "include", "package", "rules.mk",
 		"scripts", "target", "toolchain", "tools"
 	);
-- 
2.20.1




More information about the openwrt-devel mailing list