diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-01-04 22:19:29 +0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-05 11:09:15 +0100 |
commit | 5ece16fd237688f8f8d33cd4bbc5137733365215 (patch) | |
tree | acb0035b9927bd8c3840db9776b11f942a7d750a /target/linux/sunxi/config-4.4 | |
parent | 8a2c56ca0326f944260f55fd03cafc34572dcba8 (diff) | |
download | upstream-5ece16fd237688f8f8d33cd4bbc5137733365215.tar.gz upstream-5ece16fd237688f8f8d33cd4bbc5137733365215.tar.bz2 upstream-5ece16fd237688f8f8d33cd4bbc5137733365215.zip |
sunxi: add sysupgrade support
Enalbe builtin support for FAT filesystem as we need to mount boot
partition to store sysupgrade.tgz there
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/sunxi/config-4.4')
-rw-r--r-- | target/linux/sunxi/config-4.4 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/sunxi/config-4.4 b/target/linux/sunxi/config-4.4 index 816f44a1c1..2253afa124 100644 --- a/target/linux/sunxi/config-4.4 +++ b/target/linux/sunxi/config-4.4 @@ -162,6 +162,7 @@ CONFIG_F2FS_FS=y # CONFIG_F2FS_FS_SECURITY is not set CONFIG_F2FS_FS_XATTR=y CONFIG_F2FS_STAT_FS=y +CONFIG_FAT_FS=y CONFIG_FB=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y @@ -347,6 +348,8 @@ CONFIG_NET_FLOW_LIMIT=y CONFIG_NET_PTP_CLASSIFY=y CONFIG_NET_VENDOR_ALLWINNER=y CONFIG_NLS=y +CONFIG_NLS_CODEPAGE_437=y +CONFIG_NLS_ISO8859_1=y CONFIG_NO_BOOTMEM=y CONFIG_NO_HZ=y CONFIG_NO_HZ_COMMON=y @@ -526,6 +529,7 @@ CONFIG_USERIO=y CONFIG_USE_OF=y CONFIG_VDSO=y CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_VFAT_FS=y CONFIG_VFP=y CONFIG_VFPv3=y CONFIG_VHOST=y |