mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #5053 from jernejsk/r40-dt-fix
Allwinner: Fix DT overlay copy
This commit is contained in:
commit
2dfbccbad0
@ -11,4 +11,4 @@ mkdir -p "$DSTDIR/overlays"
|
|||||||
|
|
||||||
cp -a "$SRCDIR"/sun*-${DEVICE,,}-*.dtb "$DSTDIR"
|
cp -a "$SRCDIR"/sun*-${DEVICE,,}-*.dtb "$DSTDIR"
|
||||||
|
|
||||||
cp -a "$SRCDIR"/overlays/sun*-${DEVICE,,}-*.dtbo "$DSTDIR"/overlays
|
cp -a "$SRCDIR"/overlays/sun*-${DEVICE,,}-*.dtbo "$DSTDIR"/overlays > /dev/null 2>&1 || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user