forked from dan/liminix
enable openwrt mediatek family patches
This commit is contained in:
parent
4df248323c
commit
2a5669c2cd
@ -14,6 +14,7 @@ let
|
|||||||
cp -av ${src}/target/linux/generic/files/* .
|
cp -av ${src}/target/linux/generic/files/* .
|
||||||
chmod -R u+w .
|
chmod -R u+w .
|
||||||
cp -av ${src}/target/linux/${family}/files/* .
|
cp -av ${src}/target/linux/${family}/files/* .
|
||||||
|
test -d ${src}/target/linux/${family}/files-5.15/ && cp -av ${src}/target/linux/${family}/files-5.15/* .
|
||||||
chmod -R u+w .
|
chmod -R u+w .
|
||||||
patches() {
|
patches() {
|
||||||
for i in $* ; do patch --batch --forward -p1 < $i ;done
|
for i in $* ; do patch --batch --forward -p1 < $i ;done
|
||||||
@ -32,4 +33,5 @@ in {
|
|||||||
inherit src;
|
inherit src;
|
||||||
applyPatches.ath79 = doPatch "ath79";
|
applyPatches.ath79 = doPatch "ath79";
|
||||||
applyPatches.ramips = doPatch "ramips";
|
applyPatches.ramips = doPatch "ramips";
|
||||||
|
applyPatches.mediatek = doPatch "mediatek"; # aarch64
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user