mirror of
https://github.com/DrHo1y/orangepi-build.git
synced 2026-09-27 14:06:37 +07:00
Update for Orange Pi 5 ubuntu22.04 v1.0.2
This commit is contained in:
@@ -1813,6 +1813,11 @@ show_checklist_variables ()
|
||||
done
|
||||
}
|
||||
|
||||
install_wiringop()
|
||||
{
|
||||
install_deb_chroot "$EXTER/cache/debs/arm64/wiringpi_2.46.deb" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
chroot "${SDCARD}" /bin/bash -c "apt-mark hold wiringpi" >> "${DEST}"/${LOG_SUBPATH}/install.log 2>&1
|
||||
}
|
||||
|
||||
install_docker() {
|
||||
|
||||
|
||||
@@ -442,9 +442,9 @@ if [[ ${IGNORE_UPDATES} != yes ]]; then
|
||||
|
||||
fi
|
||||
|
||||
if [[ ${BOARD} =~ orangepi5 && $RELEASE =~ bullseye ]]; then
|
||||
if [[ ${BOARD} =~ orangepi5 && $RELEASE =~ bullseye|jammy ]]; then
|
||||
|
||||
[[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk3588_packages" "branch:rk3588_packages"
|
||||
[[ ${BUILD_OPT} == image ]] && fetch_from_repo "https://github.com/orangepi-xunlong/rk-rootfs-build.git" "${EXTER}/cache/sources/rk3588_packages_${RELEASE}" "branch:rk3588_packages_${RELEASE}"
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user