scripts/checkpatch.pl: fix README.md file name after rename
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 2 Aug 2020 13:51:39 +0000 (15:51 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sun, 2 Aug 2020 13:51:39 +0000 (15:51 +0200)
commitb99623329c07712c30b5ad2e0f3b3dffe3ed97c2
tree80b07ae771b73b28b7c2096be404dbecdce65ccf
parentd0113711a31f00c9c95c33e8a5e290425b63bde6
scripts/checkpatch.pl: fix README.md file name after rename

checkpatch.pl uses a list of files to detect the root OpenWrt
directory. This includes README, which has been renamed to
README.md in the previous commit.

Update the file name in checkpatch.pl to prevent errors like the
following when running the script:

   Must be run from the top-level dir. of a OpenWrt tree

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
scripts/checkpatch.pl