scripts/checkpatch.pl: fix README.md file name after rename
[openwrt/staging/jow.git] / scripts / checkpatch.pl
index 5224ea49c3b27985c3d15928c2748467dce4fdd4..24793e19d879ef0538b6a040faa849feb40aa42d 100755 (executable)
@@ -391,7 +391,7 @@ sub top_of_openwrt_tree {
        my ($root) = @_;
 
        my @tree_check = (
-               "BSDmakefile", "Config.in", "LICENSE", "Makefile", "README",
+               "BSDmakefile", "Config.in", "LICENSE", "Makefile", "README.md",
                "feeds.conf.default", "include", "package", "rules.mk",
                "scripts", "target", "toolchain", "tools"
        );