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/brcm-2.4 | |
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/brcm-2.4')
-rw-r--r-- | target/linux/brcm-2.4/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/config b/target/linux/brcm-2.4/config index 57e0c562de..2a6254b588 100644 --- a/target/linux/brcm-2.4/config +++ b/target/linux/brcm-2.4/config @@ -1070,7 +1070,7 @@ CONFIG_EXT3_FS=m CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_FAT_FS=m -# CONFIG_MSDOS_FS is not set +CONFIG_MSDOS_FS=m # CONFIG_UMSDOS_FS is not set CONFIG_VFAT_FS=m # CONFIG_EFS_FS is not set |