diff options
author | David Bauer <mail@david-bauer.net> | 2020-02-29 11:41:48 +0100 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-03-01 00:51:23 +0100 |
commit | 085b445b42398c35c1327cf92868ea0f8d1264f0 (patch) | |
tree | 87908a735ec3aa773f192dc2b9f53790fea0df9c /target/linux/mpc85xx/p1020 | |
parent | 4d87963381cbf0f8600388b95fdf825ffe04ede7 (diff) | |
download | upstream-085b445b42398c35c1327cf92868ea0f8d1264f0.tar.gz upstream-085b445b42398c35c1327cf92868ea0f8d1264f0.tar.bz2 upstream-085b445b42398c35c1327cf92868ea0f8d1264f0.zip |
mpc85xx: add missing kernel symbols
These symbols were previously not set. Define their state to avoid
potentially breaking builds.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/mpc85xx/p1020')
-rw-r--r-- | target/linux/mpc85xx/p1020/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mpc85xx/p1020/config-default b/target/linux/mpc85xx/p1020/config-default index 75dd2e3f69..fae155828d 100644 --- a/target/linux/mpc85xx/p1020/config-default +++ b/target/linux/mpc85xx/p1020/config-default @@ -51,5 +51,6 @@ 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 |