linux-phicomm-n1-lts-git: change default dtb file

This commit is contained in:
JerryXiao 2019-08-17 20:25:42 +08:00
parent 3bb6a59908
commit 08a624e37f
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA

View file

@ -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 \