diff options
author | Paul Spooren <mail@aparcar.org> | 2020-10-05 13:54:43 -1000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-10-09 01:49:22 +0100 |
commit | 0f5b5cf730167e851f8289f41bf9af435b6013ab (patch) | |
tree | 8b7fe4ca7b2f426ec2e034ab959afe51962e91a6 /target/linux/rockchip | |
parent | 32d7acc9c544bacdeccf6cf6ee260f8f8af7c31e (diff) | |
download | upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.tar.gz upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.tar.bz2 upstream-0f5b5cf730167e851f8289f41bf9af435b6013ab.zip |
kernel: clean up XATTR config symbols
Extended attributes are required for overlayfs and have hence been long
ago enabled for jffs2, but should be enabled unconditionally for all
other filesystems which may potentially serve as overlayfs' upper
directory. Previously it was inconsistently added in multiple targets.
Add symbols to generic kernel config and remove all *_XATTR symbols
from target configs.
Signed-off-by: Paul Spooren <mail@aparcar.org>
[keep things as they are for squashfs, improve commit message]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/rockchip')
-rw-r--r-- | target/linux/rockchip/armv8/config-5.4 | 1 | ||||
-rw-r--r-- | target/linux/rockchip/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rockchip/armv8/config-5.4 b/target/linux/rockchip/armv8/config-5.4 index 794608d7e2..9508e8ba44 100644 --- a/target/linux/rockchip/armv8/config-5.4 +++ b/target/linux/rockchip/armv8/config-5.4 @@ -464,7 +464,6 @@ CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y CONFIG_THERMAL_GOV_STEP_WISE=y CONFIG_THERMAL_HWMON=y CONFIG_THERMAL_OF=y -# CONFIG_TMPFS_XATTR is not set CONFIG_TRACE_CLOCK=y CONFIG_TRANSPARENT_HUGEPAGE=y CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y diff --git a/target/linux/rockchip/config-default b/target/linux/rockchip/config-default index 1b2d5e1903..04b3a1326c 100644 --- a/target/linux/rockchip/config-default +++ b/target/linux/rockchip/config-default @@ -122,7 +122,6 @@ CONFIG_DTC=y CONFIG_EDAC_SUPPORT=y CONFIG_EFI_EARLYCON=y CONFIG_F2FS_FS=y -CONFIG_F2FS_FS_XATTR=y CONFIG_F2FS_STAT_FS=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_FONT_8x16=y |