Skip to content

Commit

Permalink
Update Kernel to 6.6.49 and Buildroot to 2024.02.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga authored Sep 5, 2024
1 parent 0efdd68 commit 4addc42
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

source ./dependencies.sh

[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.6.44'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.4'
[[ -z $KERNEL_VERSION ]] && KERNEL_VERSION='6.6.49'
[[ -z $BUILDROOT_VERSION ]] && BUILDROOT_VERSION='2024.02.5'

declare -ar ARCHITECTURES=("x64" "x86" "arm64")
PIPE_JOINED_ARCHITECTURES=$(IFS="|"; echo "${ARCHITECTURES[@]}"; unset IFS)
Expand Down
3 changes: 2 additions & 1 deletion configs/fsarm64.config
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,7 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y
# BR2_PACKAGE_WESTON is not set
# BR2_PACKAGE_XORG7 is not set
# BR2_PACKAGE_APITRACE is not set
# BR2_PACKAGE_MUPDF is not set

#
# vte needs an OpenGL or an OpenGL-EGL/wayland backend
Expand Down Expand Up @@ -2253,7 +2254,7 @@ BR2_PACKAGE_NCURSES_WCHAR=y
BR2_PACKAGE_NCURSES_TARGET_PROGS=y
BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO=""
BR2_PACKAGE_NEWT=y
# BR2_PACKAGE_ONIGURUMA is not set
BR2_PACKAGE_ONIGURUMA=y
BR2_PACKAGE_PCRE=y
# BR2_PACKAGE_PCRE_16 is not set
# BR2_PACKAGE_PCRE_32 is not set
Expand Down
3 changes: 2 additions & 1 deletion configs/fsx64.config
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,7 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y
# BR2_PACKAGE_WESTON is not set
# BR2_PACKAGE_XORG7 is not set
# BR2_PACKAGE_APITRACE is not set
# BR2_PACKAGE_MUPDF is not set

#
# vte needs an OpenGL or an OpenGL-EGL/wayland backend
Expand Down Expand Up @@ -2249,7 +2250,7 @@ BR2_PACKAGE_NCURSES_WCHAR=y
BR2_PACKAGE_NCURSES_TARGET_PROGS=y
BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO=""
BR2_PACKAGE_NEWT=y
# BR2_PACKAGE_ONIGURUMA is not set
BR2_PACKAGE_ONIGURUMA=y
BR2_PACKAGE_PCRE=y
# BR2_PACKAGE_PCRE_16 is not set
# BR2_PACKAGE_PCRE_32 is not set
Expand Down
3 changes: 2 additions & 1 deletion configs/fsx86.config
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ BR2_PACKAGE_QT6_ARCH_SUPPORTS=y
# BR2_PACKAGE_WESTON is not set
# BR2_PACKAGE_XORG7 is not set
# BR2_PACKAGE_APITRACE is not set
# BR2_PACKAGE_MUPDF is not set

#
# vte needs an OpenGL or an OpenGL-EGL/wayland backend
Expand Down Expand Up @@ -2230,7 +2231,7 @@ BR2_PACKAGE_NCURSES_WCHAR=y
BR2_PACKAGE_NCURSES_TARGET_PROGS=y
BR2_PACKAGE_NCURSES_ADDITIONAL_TERMINFO=""
BR2_PACKAGE_NEWT=y
# BR2_PACKAGE_ONIGURUMA is not set
BR2_PACKAGE_ONIGURUMA=y
BR2_PACKAGE_PCRE=y
# BR2_PACKAGE_PCRE_16 is not set
# BR2_PACKAGE_PCRE_32 is not set
Expand Down
2 changes: 2 additions & 0 deletions configs/kernelarm64.config
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ CONFIG_ARM64_ERRATUM_2457168=y
CONFIG_ARM64_ERRATUM_2645198=y
CONFIG_ARM64_ERRATUM_2966298=y
CONFIG_ARM64_ERRATUM_3117295=y
CONFIG_ARM64_ERRATUM_3194386=y
CONFIG_CAVIUM_ERRATUM_22375=y
CONFIG_CAVIUM_ERRATUM_23154=y
CONFIG_CAVIUM_ERRATUM_27456=y
Expand Down Expand Up @@ -771,6 +772,7 @@ CONFIG_MEMORY_BALLOON=y
# CONFIG_COMPACTION is not set
CONFIG_PAGE_REPORTING=y
# CONFIG_MIGRATION is not set
CONFIG_PCP_BATCH_SCALE_MAX=5
CONFIG_PHYS_ADDR_T_64BIT=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
Expand Down
1 change: 1 addition & 0 deletions configs/kernelx64.config
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
# CONFIG_COMPACTION is not set
CONFIG_PAGE_REPORTING=y
CONFIG_PCP_BATCH_SCALE_MAX=5
CONFIG_PHYS_ADDR_T_64BIT=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
Expand Down
1 change: 1 addition & 0 deletions configs/kernelx86.config
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MEMORY_BALLOON=y
# CONFIG_COMPACTION is not set
CONFIG_PAGE_REPORTING=y
CONFIG_PCP_BATCH_SCALE_MAX=5
CONFIG_BOUNCE=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
Expand Down

0 comments on commit 4addc42

Please sign in to comment.