forked from DGNum/liminix
fix import of openwrt sources
This commit is contained in:
parent
8f30db58ae
commit
29c9de248d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ let
|
|||
cp -av ${src}/target/linux/generic/files/* .
|
||||
chmod -R u+w .
|
||||
cp -av ${src}/target/linux/${family}/files/* .
|
||||
chmod -R u+w .
|
||||
test -d ${src}/target/linux/${family}/files-5.15/ && cp -av ${src}/target/linux/${family}/files-5.15/* .
|
||||
chmod -R u+w .
|
||||
patches() {
|
||||
|
|
Loading…
Reference in a new issue