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/bcm27xx/bcm2708/config-5.4 | |
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/bcm27xx/bcm2708/config-5.4')
-rw-r--r-- | target/linux/bcm27xx/bcm2708/config-5.4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/bcm2708/config-5.4 b/target/linux/bcm27xx/bcm2708/config-5.4 index 3c4dc98eb0..c560ff04ad 100644 --- a/target/linux/bcm27xx/bcm2708/config-5.4 +++ b/target/linux/bcm27xx/bcm2708/config-5.4 @@ -159,7 +159,6 @@ CONFIG_EXT4_FS=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_F2FS_FS=y -CONFIG_F2FS_STAT_FS=y CONFIG_FB=y CONFIG_FB_BCM2708=y CONFIG_FB_CFB_COPYAREA=y |