24 lines
1010 B
Bash
24 lines
1010 B
Bash
# Source revisions resolved on 2026-08-16.
|
|||
|
|
#
|
||
|
|
# This file is sourced by both build-image.sh and Armbian's user configuration.
|
||
|
|
# Keep values shell-safe (no command substitutions or unquoted whitespace).
|
||
|
|
|
||
|
|
RK1_MEDIA_ARMBIAN_BUILD_URL="https://github.com/armbian/build.git"
|
||
|
|
RK1_MEDIA_ARMBIAN_BUILD_COMMIT="ea18947bed789c829a260df129e815c353c14908"
|
||
|
|
|
||
|
|
RK1_MEDIA_KERNEL_URL="https://github.com/armbian/linux-rockchip.git"
|
||
|
|
RK1_MEDIA_KERNEL_COMMIT="5280f9b4336199c4025c8eed894d2b4e2268dcc6"
|
||
|
|
RK1_MEDIA_KERNEL_VERSION="6.1.115"
|
||
|
|
RK1_MEDIA_KERNEL_SERIES="6.1"
|
||
|
|
RK1_MEDIA_KERNEL_PATCHSET="rk35xx-vendor-6.1"
|
||
|
|
|
||
|
|
RK1_MEDIA_UBOOT_URL="https://github.com/u-boot/u-boot.git"
|
||
|
|
RK1_MEDIA_UBOOT_COMMIT="ece349ade2973e220f524ce59e59711cc919263f"
|
||
|
|
RK1_MEDIA_UBOOT_PATCHSET="v2026.07"
|
||
|
|
|
||
|
|
RK1_MEDIA_RKBIN_URL="https://github.com/armbian/rkbin.git"
|
||
|
|
RK1_MEDIA_RKBIN_COMMIT="452f49a987097d7ca675811e51a873b42ebd101f"
|
||
|
|
|
||
|
|
RK1_MEDIA_FIRMWARE_URL="https://github.com/armbian/firmware"
|
||
|
|
RK1_MEDIA_FIRMWARE_COMMIT="d9846710f54da5e4383e2d67311819659ac2cf5c"
|