Skip to content

Commit

Permalink
Add the NanoPi R6 to the oracular suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek committed Oct 8, 2024
1 parent 29970e7 commit 6b8b81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588S"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="nanopi-r6c-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__nanopi-r6c() {
Expand Down
2 changes: 1 addition & 1 deletion config/boards/nanopi-r6s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export BOARD_SOC="Rockchip RK3588S"
export BOARD_CPU="ARM Cortex A76 / A55"
export UBOOT_PACKAGE="u-boot-radxa-rk3588"
export UBOOT_RULES_TARGET="nanopi-r6s-rk3588s"
export COMPATIBLE_SUITES=("jammy" "noble")
export COMPATIBLE_SUITES=("jammy" "noble" "oracular")
export COMPATIBLE_FLAVORS=("server" "desktop")

function config_image_hook__nanopi-r6s() {
Expand Down

0 comments on commit 6b8b81a

Please sign in to comment.