scripts: fix checkpatch.pl for changed license dir
[openwrt/staging/dedeckeh.git] / scripts / checkpatch.pl
index 8ffc093548885de2baede81a0471e9e74652e306..81b1ffcb56007f9c5df5448da583e809daf95b38 100755 (executable)
@@ -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"
        );