docs: remove all refrences in Makefiles/scripts

The SDK Makefile still trys to copy the docs folder which was removed
with 882f4d2d63. This causes an SDK build
error.

All other removals are just cleanup.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2016-11-30 10:00:41 +01:00
parent d52676d1ea
commit 59261cbf38
4 changed files with 2 additions and 9 deletions

View File

@@ -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"
);