Skip to content

Commit

Permalink
fix config fragment definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 20, 2023
1 parent e5a2ca9 commit cd56476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildroot-external/configs/raspmatic_tinkerboard2.config
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ BR2_PACKAGE_HOST_UBOOT_TOOLS=y
BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT=y
BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE="$(BR2_EXTERNAL_EQ3_PATH)/board/tinkerboard2/boot.cmd"
BR2_PACKAGE_MULTILIB32=y
BR2_PACKAGE_MULTILIB32_CONFIG_FRAGMENT_FILE="multilib32_arm_a53_defconfig"
BR2_PACKAGE_MULTILIB32_CONFIG_FRAGMENT_FILE="multilib32_arm_a53.config"
BR2_PACKAGE_RECOVERY_SYSTEM=y
BR2_PACKAGE_RECOVERY_SYSTEM_CONFIG_FRAGMENT_FILE="recovery_tinkerboard2.config"
BR2_PACKAGE_RPI_RF_MOD=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_EQ3_PATH)/kernel/global.c
BR2_PACKAGE_I2C_TOOLS=y
BR2_TARGET_ROOTFS_CPIO_UIMAGE=y
BR2_PACKAGE_MULTILIB32=y
BR2_PACKAGE_MULTILIB32_CONFIG_FRAGMENT_FILE="multilib32_arm_a53_defconfig"
BR2_PACKAGE_MULTILIB32_CONFIG_FRAGMENT_FILE="multilib32_arm_a53.config"

0 comments on commit cd56476

Please sign in to comment.