deviceinfo: switch kernel repository to GitLab

This commit is contained in:
TheKit
2020-09-23 23:29:50 +03:00
parent 878cae948d
commit ad2b98b543
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ HERE=$(pwd)
source "${HERE}/deviceinfo"
KERNEL_DIR="${TMPDOWN}/$(basename "${deviceinfo_kernel_source}")"
KERNEL_DIR="${KERNEL_DIR%.*}"
OUT="${TMPDOWN}/KERNEL_OBJ"
mkdir -p "$OUT"

View File

@@ -2,7 +2,7 @@ deviceinfo_name="Fxtec Pro1"
deviceinfo_manufacturer="Fxtec"
deviceinfo_codename="fxtec-pro1"
deviceinfo_arch="aarch64"
deviceinfo_kernel_source="https://github.com/r3vn/android_kernel_fxtec_msm8998"
deviceinfo_kernel_source="https://gitlab.com/ubports/community-ports/android9/fxtec-pro1/kernel-fxtec-pro1.git"
deviceinfo_kernel_source_branch="halium-9.0"
deviceinfo_kernel_defconfig="lineage-pro1_defconfig"
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc1b0000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 sched_enable_hmp=1 sched_enable_power_aware=1 service_locator.enable=1 swiotlb=2048 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3 firmware_class.path=/vendor/firmware_mnt/image loop.max_part=7 systempart=/dev/disk/by-partlabel/system"