diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-05 19:04:40 +0100 |
---|---|---|
committer | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-04-21 10:31:07 +0100 |
commit | 27b5bae2ec1b9b7864e13bce5e416ff27beb1614 (patch) | |
tree | 7016b05c87d11ec36451f177717515c97c96fd62 /target/linux/ath79 | |
parent | be7b5602789902692090abb10c971651887cd62b (diff) | |
download | upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.tar.gz upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.tar.bz2 upstream-27b5bae2ec1b9b7864e13bce5e416ff27beb1614.zip |
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 <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/mikrotik/config-default | 3 | ||||
-rw-r--r-- | target/linux/ath79/nand/config-default | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ath79/mikrotik/config-default b/target/linux/ath79/mikrotik/config-default index b89ef5f8ed..1e637bdfd3 100644 --- a/target/linux/ath79/mikrotik/config-default +++ b/target/linux/ath79/mikrotik/config-default @@ -32,9 +32,6 @@ CONFIG_PHY_AR7200_USB=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_SPI_RB4XX=y CONFIG_UBIFS_FS=y -CONFIG_UBIFS_FS_ADVANCED_COMPR=y -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y CONFIG_WATCHDOG_CORE=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y diff --git a/target/linux/ath79/nand/config-default b/target/linux/ath79/nand/config-default index 9ae059508f..6d8ff2d576 100644 --- a/target/linux/ath79/nand/config-default +++ b/target/linux/ath79/nand/config-default @@ -18,8 +18,5 @@ CONFIG_MTD_UBI_WL_THRESHOLD=4096 CONFIG_PHY_AR7200_USB=y CONFIG_SGL_ALLOC=y CONFIG_UBIFS_FS=y -CONFIG_UBIFS_FS_ADVANCED_COMPR=y -CONFIG_UBIFS_FS_LZO=y -CONFIG_UBIFS_FS_ZLIB=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y |