mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 14:00:40 +08:00
linux-phicomm-n1-lts-git: change default dtb file
This commit is contained in:
parent
3bb6a59908
commit
08a624e37f
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ _package() {
|
|||
make INSTALL_MOD_PATH="${pkgdir}" modules_install
|
||||
make INSTALL_DTBS_PATH="${pkgdir}/boot/dtbs" dtbs_install
|
||||
cp arch/$KARCH/boot/Image "${pkgdir}/boot/zImage"
|
||||
cp ${pkgdir}/boot/dtbs/amlogic/meson-gxl-s905d-p230.dtb "${pkgdir}/boot/dtb.img"
|
||||
cp ${pkgdir}/boot/dtbs/amlogic/meson-gxl-s905d-phicomm-n1.dtb "${pkgdir}/boot/dtb.img"
|
||||
|
||||
# set correct depmod command for install
|
||||
sed \
|
||||
|
|
Loading…
Reference in a new issue