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 | 116c345130030300e0c238f101788ae2946bbd59 (patch) | |
tree | aa40943506443cf8301944c744d4f66c6ddd62cb /target/linux/ixp4xx-2.6/config | |
parent | a4fad88c0016a1057526734e190f8607ebf8e93b (diff) | |
download | upstream-116c345130030300e0c238f101788ae2946bbd59.tar.gz upstream-116c345130030300e0c238f101788ae2946bbd59.tar.bz2 upstream-116c345130030300e0c238f101788ae2946bbd59.zip |
Enable msdos fs support and package it
SVN-Revision: 5741
Diffstat (limited to 'target/linux/ixp4xx-2.6/config')
-rw-r--r-- | target/linux/ixp4xx-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config b/target/linux/ixp4xx-2.6/config index 481e0007fa..8c5f593d74 100644 --- a/target/linux/ixp4xx-2.6/config +++ b/target/linux/ixp4xx-2.6/config @@ -1187,7 +1187,7 @@ CONFIG_UDF_NLS=y # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=m -# CONFIG_MSDOS_FS is not set +CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" |