diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-08-11 13:09:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-08-11 13:09:27 +0000 |
commit | 593502e049b460e565103c9130a120bab4d17b7f (patch) | |
tree | 223b7c3374a2addcc02fd258d7e1b9843877c959 /target/linux/generic-2.4 | |
parent | d36b18dca4c045f4a702fccd323d6cff6dffc236 (diff) | |
download | upstream-593502e049b460e565103c9130a120bab4d17b7f.tar.gz upstream-593502e049b460e565103c9130a120bab4d17b7f.tar.bz2 upstream-593502e049b460e565103c9130a120bab4d17b7f.zip |
Addd kernel modules for NTFS (#2181)
SVN-Revision: 8396
Diffstat (limited to 'target/linux/generic-2.4')
-rw-r--r-- | target/linux/generic-2.4/config-template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.4/config-template b/target/linux/generic-2.4/config-template index fda9e1af4b..1607f04508 100644 --- a/target/linux/generic-2.4/config-template +++ b/target/linux/generic-2.4/config-template @@ -550,7 +550,7 @@ CONFIG_NLS_KOI8_R=m CONFIG_NLS_UTF8=m CONFIG_NONCOHERENT_IO=y # CONFIG_NS83820 is not set -# CONFIG_NTFS_FS is not set +CONFIG_NTFS_FS=m # CONFIG_NTFS_RW is not set # CONFIG_NVRAM is not set # CONFIG_OLIVETTI_M700 is not set |