[openwrt/openwrt] mediatek: mt7622: no longer select FIT_PARTITION

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 23 06:38:22 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/280b13dc64b7bf92f45d15a567504c2edc705129

commit 280b13dc64b7bf92f45d15a567504c2edc705129
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Feb 23 13:43:43 2024 +0000

    mediatek: mt7622: no longer select FIT_PARTITION
    
    All mt7622 board previously using the FIT partition parser have been
    converted to use the fitblk driver:
     6aec3c7b5b mediatek: mt7622: modernize Linksys E8450 / Belkin RT3200 UBI build
     41c053141e mediatek: mt7622: convert unifi6lr-v{1,2,3}-ubootmod to fitblk
     208f6c1232 mediatek: mt7622: convert BPi-R64 to all-UBI layout and fitblk
    
    Remove the now no longer needed FIT partition parser from builds for
    mt7622.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 target/linux/mediatek/mt7622/config-6.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mediatek/mt7622/config-6.1 b/target/linux/mediatek/mt7622/config-6.1
index eed62e09e1..84af474e52 100644
--- a/target/linux/mediatek/mt7622/config-6.1
+++ b/target/linux/mediatek/mt7622/config-6.1
@@ -151,7 +151,7 @@ CONFIG_EINT_MTK=y
 CONFIG_EXCLUSIVE_SYSTEM_RAM=y
 CONFIG_EXT4_FS=y
 CONFIG_F2FS_FS=y
-CONFIG_FIT_PARTITION=y
+# CONFIG_FIT_PARTITION is not set
 CONFIG_FIXED_PHY=y
 CONFIG_FIX_EARLYCON_MEM=y
 CONFIG_FRAME_POINTER=y




More information about the lede-commits mailing list