diff options
author | Mathias Kresin <dev@kresin.me> | 2016-11-30 10:00:41 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-11-30 10:13:14 +0100 |
commit | 59261cbf38001b121f94642a4f225fbe082b1b7d (patch) | |
tree | 3bb0d91d17c88d4314215b8b7adf827a971d0e1d /scripts/checkpatch.pl | |
parent | d52676d1ea51bcfc947970085184fe4d18638ccd (diff) | |
download | upstream-59261cbf38001b121f94642a4f225fbe082b1b7d.tar.gz upstream-59261cbf38001b121f94642a4f225fbe082b1b7d.tar.bz2 upstream-59261cbf38001b121f94642a4f225fbe082b1b7d.zip |
docs: remove all refrences in Makefiles/scripts
The SDK Makefile still trys to copy the docs folder which was removed
with 882f4d2d63272abce8c1966983aa10178e2e971f. This causes an SDK build
error.
All other removals are just cleanup.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'scripts/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 9858e62fbb..c4b7437b90 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl @@ -391,7 +391,7 @@ sub top_of_openwrt_tree { my @tree_check = ( "BSDmakefile", "Config.in", "LICENSE", "Makefile", "README", - "docs", "feeds.conf.default", "include", "package", "rules.mk", + "feeds.conf.default", "include", "package", "rules.mk", "scripts", "target", "toolchain", "tools" ); |