Skip to content

Commit

Permalink
backup kernel still .51
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-bonez committed Nov 27, 2024
1 parent e444d06 commit dac63f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image-recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PLATFORM_CONFIG_EXTRAS=()
if [ "${IB_TARGET_PLATFORM}" = "raspberrypi" ]; then
PLATFORM_CONFIG_EXTRAS+=( --firmware-binary false )
PLATFORM_CONFIG_EXTRAS+=( --firmware-chroot false )
PLATFORM_CONFIG_EXTRAS+=( --linux-packages linux-image-6.6.62+rpt )
PLATFORM_CONFIG_EXTRAS+=( --linux-packages linux-image-6.6.51+rpt )
PLATFORM_CONFIG_EXTRAS+=( --linux-flavours "rpi-v8 rpi-2712" )
elif [ "${IB_TARGET_PLATFORM}" = "rockchip64" ]; then
PLATFORM_CONFIG_EXTRAS+=( --linux-flavours rockchip64 )
Expand Down

0 comments on commit dac63f3

Please sign in to comment.