Support linux6.1 for opi5/5b/5plus

This commit is contained in:
baiywt
2024-01-16 16:03:47 +08:00
parent afe4ff8335
commit 55155f1d73
13 changed files with 8745 additions and 41 deletions

View File

@@ -253,7 +253,7 @@ dpkg_install_debs_chroot()
[ ! -d "$deb_dir" ] && return
deb_packages=($(find "${deb_dir}" -type f -name "*.deb"))
deb_packages=($(find "${deb_dir}/" -mindepth 1 -maxdepth 1 -type f -name "*.deb"))
find_in_array() {
local target="$1"

View File

@@ -501,6 +501,12 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then
After sources are fetched, build host-side tools needed for the build.
BUILD_HOST_TOOLS
if [[ ${BOARDFAMILY} == "rockchip-rk3588" ]]; then
local rkbin_url="https://github.com/orangepi-xunlong/rk-rootfs-build/raw/rkbin/rk35"
wget -qnc -P ${EXTER}/cache/sources/rkbin-tools/rk35/ ${rkbin_url}/rk3588_ddr_lp4_2112MHz_lp5_2736MHz_v1.15.bin
wget -qnc -P ${EXTER}/cache/sources/rkbin-tools/rk35/ ${rkbin_url}/rk3588_bl31_v1.44.elf
fi
fi
for option in $(tr ',' ' ' <<< "$CLEAN_LEVEL"); do