From 27b5bae2ec1b9b7864e13bce5e416ff27beb1614 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Mon, 5 Apr 2021 19:04:40 +0100 Subject: treewide: remove redundant ubifs kconfig symbols For the targets which enable ubifs, these symbols are already part of the generic kconfigs. Drop them from the target kconfigs. Signed-off-by: Rui Salvaterra --- target/linux/mpc85xx/p1010/config-default | 4 ---- target/linux/mpc85xx/p1020/config-default | 4 ---- 2 files changed, 8 deletions(-) (limited to 'target/linux/mpc85xx') diff --git a/target/linux/mpc85xx/p1010/config-default b/target/linux/mpc85xx/p1010/config-default index 12fe598223..8a065f7944 100644 --- a/target/linux/mpc85xx/p1010/config-default +++ b/target/linux/mpc85xx/p1010/config-default @@ -10,7 +10,3 @@ CONFIG_REALTEK_PHY=y CONFIG_RED_15W_REV1=y CONFIG_TL_WDR4900_V1=y CONFIG_UBIFS_FS=y -CONFIG_UBIFS_FS_ADVANCED_COMPR=y -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y -CONFIG_UBIFS_FS_ZSTD=y diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index 28e9138241..c9a84a344a 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -48,9 +48,5 @@ CONFIG_SWCONFIG_B53_PHY_DRIVER=y # CONFIG_SWCONFIG_B53_SRAB_DRIVER is not set CONFIG_TREE_RCU=y CONFIG_UBIFS_FS=y -CONFIG_UBIFS_FS_ADVANCED_COMPR=y -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y -CONFIG_UBIFS_FS_ZSTD=y CONFIG_WS_AP3710I=y CONFIG_XPS=y -- cgit v1.2.3