summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx-2.6/config
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-12-09 19:47:32 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-12-09 19:47:32 +0000
commit116c345130030300e0c238f101788ae2946bbd59 (patch)
treeaa40943506443cf8301944c744d4f66c6ddd62cb /target/linux/brcm63xx-2.6/config
parenta4fad88c0016a1057526734e190f8607ebf8e93b (diff)
downloadmaster-31e0f0ae-116c345130030300e0c238f101788ae2946bbd59.tar.gz
master-31e0f0ae-116c345130030300e0c238f101788ae2946bbd59.tar.bz2
master-31e0f0ae-116c345130030300e0c238f101788ae2946bbd59.zip
Enable msdos fs support and package it
SVN-Revision: 5741
Diffstat (limited to 'target/linux/brcm63xx-2.6/config')
-rw-r--r--target/linux/brcm63xx-2.6/config7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/brcm63xx-2.6/config b/target/linux/brcm63xx-2.6/config
index fbaa0213c7..95c85736d7 100644
--- a/target/linux/brcm63xx-2.6/config
+++ b/target/linux/brcm63xx-2.6/config
@@ -1424,8 +1424,11 @@ CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
-# CONFIG_MSDOS_FS is not set
-# CONFIG_VFAT_FS is not set
+CONFIG_FAT_FS=m
+CONFIG_MSDOS_FS=m
+CONFIG_VFAT_FS=m
+CONFIG_FAT_DEFAULT_CODEPAGE=437
+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set
#