mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-09-27 14:06:37 +07:00
Support linux6.1 for opi5/5b/5plus
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user