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:
@@ -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"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user