Skip to content

Commit

Permalink
defconfig: r3/r4: add ubi commands
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Jan 2, 2025
1 parent baedb28 commit 8fbd1da
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/mt7986a_bpir3_sd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ CONFIG_HUSH_PARSER=y
CONFIG_MTD=y
CONFIG_DM_MTD=y
CONFIG_MTD_UBI=y
CONFIG_CMD_UBI=y
CONFIG_CMD_UBIFS=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MTD_SPI_NAND=y
Expand Down
2 changes: 2 additions & 0 deletions configs/mt7986a_bpir3mini_emmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ CONFIG_HUSH_PARSER=y
CONFIG_MTD=y
CONFIG_DM_MTD=y
CONFIG_MTD_UBI=y
CONFIG_CMD_UBI=y
CONFIG_CMD_UBIFS=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MTD_SPI_NAND=y
Expand Down
2 changes: 2 additions & 0 deletions configs/mt7988a_bpir4_sd_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ CONFIG_CMD_FS_GENERIC=y
CONFIG_OF_LIBFDT_OVERLAY=y

CONFIG_MTD_UBI=y
CONFIG_CMD_UBI=y
CONFIG_CMD_UBIFS=y
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_MTD=y
CONFIG_SPI_FLASH_WINBOND=y
Expand Down

0 comments on commit 8fbd1da

Please sign in to comment.