diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-07 14:12:39 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-07 14:12:39 +0000 |
commit | aedd009f913a66506fd2c7a040fa03a29c0cd684 (patch) | |
tree | 259b88133d8cc0e4a010f47d6da2eaff23c02cb0 /target/linux/x86-2.6 | |
parent | 90a1e158c2b7720ccc392d38de764fd5b597ce7e (diff) |
Add HFS and HFS+ modules (#1024)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5713 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6')
-rw-r--r-- | target/linux/x86-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86-2.6/config b/target/linux/x86-2.6/config index d186327f6..e4d179bbc 100644 --- a/target/linux/x86-2.6/config +++ b/target/linux/x86-2.6/config @@ -1889,8 +1889,8 @@ CONFIG_RAMFS=y # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set +CONFIG_HFS_FS=m +CONFIG_HFSPLUS_FS=m # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set |