mirror of https://github.com/parazyd/arm-sdk.git
pocophone-f1: Partition and modules fixup.
This commit is contained in:
parent
d23729ddfa
commit
6f37a16604
|
|
@ -28,7 +28,7 @@ parted_type="dos"
|
||||||
bootfs="vfat"
|
bootfs="vfat"
|
||||||
rootfs="ext4"
|
rootfs="ext4"
|
||||||
dos_boot="fat32 2048s 264191s"
|
dos_boot="fat32 2048s 264191s"
|
||||||
dos_root="$rootfs 24192s 100%"
|
dos_root="$rootfs 264192s 100%"
|
||||||
|
|
||||||
extra_packages+=()
|
extra_packages+=()
|
||||||
custmodules=()
|
custmodules=()
|
||||||
|
|
@ -98,7 +98,7 @@ build_kernel_arm64() {
|
||||||
CROSS_COMPILE=$compiler \
|
CROSS_COMPILE=$compiler \
|
||||||
Image.gz modules qcom/sdm845-xiaomi-beryllium-ebbg.dtb || { zerr; return 1; }
|
Image.gz modules qcom/sdm845-xiaomi-beryllium-ebbg.dtb || { zerr; return 1; }
|
||||||
|
|
||||||
make \
|
sudo -E PATH="$PATH" make \
|
||||||
$MAKEOPTS \
|
$MAKEOPTS \
|
||||||
ARCH=arm64 \
|
ARCH=arm64 \
|
||||||
CROSS_COMPILE=$compiler \
|
CROSS_COMPILE=$compiler \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue