diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-09 19:47:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-09 19:47:32 +0000 |
commit | 4696c72e6eb56b048b97d6bdf55b1ff9be5daaea (patch) | |
tree | c1b3a27093fe61fca32e580c59ef2d218da6f720 /target/linux/brcm63xx-2.6 | |
parent | cbdda8daff1780ee1f16485f9dcc244cc38da7f3 (diff) | |
download | upstream-4696c72e6eb56b048b97d6bdf55b1ff9be5daaea.tar.gz upstream-4696c72e6eb56b048b97d6bdf55b1ff9be5daaea.tar.bz2 upstream-4696c72e6eb56b048b97d6bdf55b1ff9be5daaea.zip |
Enable msdos fs support and package it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5741 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx-2.6')
-rw-r--r-- | target/linux/brcm63xx-2.6/config | 7 |
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 # |