Skip to content

Commit

Permalink
Fix buildroot 2024.02.3 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga authored Jul 5, 2024
1 parent 5304d3f commit 637de92
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 6 deletions.
17 changes: 15 additions & 2 deletions configs/fsarm64.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -g5304d3f Configuration
# Buildroot 2024.02.3 Configuration
#

BR2_DEFAULT_KERNEL_HEADERS="6.6.32"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
BR2_HOST_GCC_AT_LEAST_5=y
Expand Down Expand Up @@ -146,7 +149,6 @@ BR2_KERNEL_HEADERS_6_6=y
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_KERNEL_HEADERS_LATEST=y
BR2_DEFAULT_KERNEL_HEADERS="6.6.32"
BR2_PACKAGE_LINUX_HEADERS=y
BR2_PACKAGE_MUSL_ARCH_SUPPORTS=y
BR2_PACKAGE_MUSL_SUPPORTS=y
Expand Down Expand Up @@ -378,6 +380,7 @@ BR2_GLOBAL_PATCH_DIR=""
#
# Advanced
#
# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set
# BR2_FORCE_HOST_BUILD is not set
# BR2_DOWNLOAD_FORCE_CHECK_HASHES is not set
# BR2_REPRODUCIBLE is not set
Expand Down Expand Up @@ -2923,6 +2926,16 @@ BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
BR2_PACKAGE_VIM=y
BR2_PACKAGE_VIM_RUNTIME=y

#
# Packages for FOG
#
BR2_PACKAGE_CHNTPW=y
BR2_PACKAGE_FOG=y
BR2_PACKAGE_PARTCLONE=y
BR2_PACKAGE_TESTDISK=y
BR2_PACKAGE_CABEXTRACT=y
BR2_PACKAGE_PARTIMAGE=y

#
# Filesystem images
#
Expand Down
17 changes: 15 additions & 2 deletions configs/fsx64.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -g5304d3f Configuration
# Buildroot 2024.02.3 Configuration
#

BR2_DEFAULT_KERNEL_HEADERS="6.6.32"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
BR2_HOST_GCC_AT_LEAST_5=y
Expand Down Expand Up @@ -137,7 +140,6 @@ BR2_KERNEL_HEADERS_6_6=y
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_KERNEL_HEADERS_LATEST=y
BR2_DEFAULT_KERNEL_HEADERS="6.6.32"
BR2_PACKAGE_LINUX_HEADERS=y
BR2_PACKAGE_MUSL_ARCH_SUPPORTS=y
BR2_PACKAGE_MUSL_SUPPORTS=y
Expand Down Expand Up @@ -370,6 +372,7 @@ BR2_GLOBAL_PATCH_DIR=""
#
# Advanced
#
# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set
# BR2_FORCE_HOST_BUILD is not set
# BR2_DOWNLOAD_FORCE_CHECK_HASHES is not set
# BR2_REPRODUCIBLE is not set
Expand Down Expand Up @@ -2917,6 +2920,16 @@ BR2_PACKAGE_XVISOR_ARCH_SUPPORTS=y
BR2_PACKAGE_VIM=y
BR2_PACKAGE_VIM_RUNTIME=y

#
# Packages for FOG
#
BR2_PACKAGE_CHNTPW=y
BR2_PACKAGE_FOG=y
BR2_PACKAGE_PARTCLONE=y
BR2_PACKAGE_TESTDISK=y
BR2_PACKAGE_CABEXTRACT=y
BR2_PACKAGE_PARTIMAGE=y

#
# Filesystem images
#
Expand Down
17 changes: 15 additions & 2 deletions configs/fsx86.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
#
# Automatically generated file; DO NOT EDIT.
# Buildroot -g5304d3f Configuration
# Buildroot 2024.02.3 Configuration
#

BR2_DEFAULT_KERNEL_HEADERS="6.6.32"

BR2_HAVE_DOT_CONFIG=y
BR2_HOST_GCC_AT_LEAST_4_9=y
BR2_HOST_GCC_AT_LEAST_5=y
Expand Down Expand Up @@ -148,7 +151,6 @@ BR2_KERNEL_HEADERS_6_6=y
# BR2_KERNEL_HEADERS_CUSTOM_TARBALL is not set
# BR2_KERNEL_HEADERS_CUSTOM_GIT is not set
BR2_KERNEL_HEADERS_LATEST=y
BR2_DEFAULT_KERNEL_HEADERS="6.6.32"
BR2_PACKAGE_LINUX_HEADERS=y
BR2_PACKAGE_MUSL_ARCH_SUPPORTS=y
BR2_PACKAGE_MUSL_SUPPORTS=y
Expand Down Expand Up @@ -380,6 +382,7 @@ BR2_GLOBAL_PATCH_DIR=""
#
# Advanced
#
# BR2_COMPILER_PARANOID_UNSAFE_PATH is not set
# BR2_FORCE_HOST_BUILD is not set
# BR2_DOWNLOAD_FORCE_CHECK_HASHES is not set
# BR2_REPRODUCIBLE is not set
Expand Down Expand Up @@ -2880,6 +2883,16 @@ BR2_PACKAGE_UTIL_LINUX_BINARIES=y
BR2_PACKAGE_VIM=y
BR2_PACKAGE_VIM_RUNTIME=y

#
# Packages for FOG
#
BR2_PACKAGE_CHNTPW=y
BR2_PACKAGE_FOG=y
BR2_PACKAGE_PARTCLONE=y
BR2_PACKAGE_TESTDISK=y
BR2_PACKAGE_CABEXTRACT=y
BR2_PACKAGE_PARTIMAGE=y

#
# Filesystem images
#
Expand Down

0 comments on commit 637de92

Please sign in to comment.