diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-09 19:47:32 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-09 19:47:32 +0000 |
commit | ec9c075c7523c1e2613282c5e6d57c6e616eb6f1 (patch) | |
tree | c1b3a27093fe61fca32e580c59ef2d218da6f720 /target/linux/rdc-2.6/config | |
parent | f7ffac542813fb983d61cfd9c97a077f92df747e (diff) |
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/rdc-2.6/config')
-rw-r--r-- | target/linux/rdc-2.6/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/config b/target/linux/rdc-2.6/config index 182305bb8..ff6098baa 100644 --- a/target/linux/rdc-2.6/config +++ b/target/linux/rdc-2.6/config @@ -1256,7 +1256,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" |