Skip to content

Commit

Permalink
Update filesystem configs to include the correct kernel headers
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga committed Jan 8, 2025
1 parent 77e219c commit 7f95687
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions configs/fsarm64.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Buildroot -ga555114 Configuration
# Buildroot 2024.02.3 Configuration
# Buildroot -g77e219c Configuration
# Buildroot 2024.02.9 Configuration
#

BR2_DEFAULT_KERNEL_VERSION="6.6.44"
BR2_DEFAULT_KERNEL_HEADERS="6.6.44"
BR2_DEFAULT_KERNEL_VERSION="6.6.69"
BR2_DEFAULT_KERNEL_HEADERS="6.6.69"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down
8 changes: 4 additions & 4 deletions configs/fsx64.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Buildroot -ga555114 Configuration
# Buildroot 2024.02.3 Configuration
# Buildroot -g77e219c Configuration
# Buildroot 2024.02.9 Configuration
#

BR2_DEFAULT_KERNEL_VERSION="6.6.44"
BR2_DEFAULT_KERNEL_HEADERS="6.6.44"
BR2_DEFAULT_KERNEL_VERSION="6.6.69"
BR2_DEFAULT_KERNEL_HEADERS="6.6.69"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down
8 changes: 4 additions & 4 deletions configs/fsx86.config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# Buildroot -ga555114 Configuration
# Buildroot 2024.02.3 Configuration
# Buildroot -g77e219c Configuration
# Buildroot 2024.02.9 Configuration
#

BR2_DEFAULT_KERNEL_VERSION="6.6.44"
BR2_DEFAULT_KERNEL_HEADERS="6.6.44"
BR2_DEFAULT_KERNEL_VERSION="6.6.69"
BR2_DEFAULT_KERNEL_HEADERS="6.6.69"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
Expand Down

0 comments on commit 7f95687

Please sign in to comment.