diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-10 12:02:02 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-10-11 16:38:16 +0200 |
commit | 18deed29be8c4ba25aa45a3981b7366a257f58aa (patch) | |
tree | ca4ec005e0dde3141378990ec1cf3038103b1913 /target/linux/apm821xx | |
parent | b79d2356db065d97be881dfca152e9f9385af408 (diff) | |
download | upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.tar.gz upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.tar.bz2 upstream-18deed29be8c4ba25aa45a3981b7366a257f58aa.zip |
kernel: Remove 2FS_FS_XATTR and F2FS_STAT_FS symbols from target configs
This config option was moved to the generic kernel configuration.
Fixes: ab1bd576562b ("kernel: move F2FS_FS_XATTR and F2FS_STAT_FS symbols to generic")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/apm821xx')
-rw-r--r-- | target/linux/apm821xx/sata/config-default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/apm821xx/sata/config-default b/target/linux/apm821xx/sata/config-default index daa4646bff..15aed962d5 100644 --- a/target/linux/apm821xx/sata/config-default +++ b/target/linux/apm821xx/sata/config-default @@ -18,7 +18,6 @@ CONFIG_EXT4_FS=y # CONFIG_F2FS_CHECK_FS is not set CONFIG_F2FS_FS=y # CONFIG_F2FS_FS_SECURITY is not set -CONFIG_F2FS_STAT_FS=y CONFIG_SCSI=y CONFIG_BLK_DEV_SD=y CONFIG_GPIOLIB=y |