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 | 469cb470810141f8f136bd230c42f7b90485dfad (patch) | |
tree | c2f3ae329b79ff1f346060bfa24893a078652197 /target | |
parent | 60c2519c7f858f81a06eb0fb151d6c96a27b8c4d (diff) | |
download | upstream-469cb470810141f8f136bd230c42f7b90485dfad.tar.gz upstream-469cb470810141f8f136bd230c42f7b90485dfad.tar.bz2 upstream-469cb470810141f8f136bd230c42f7b90485dfad.zip |
Addd kernel modules for NTFS (#2181)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8396 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 |