diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-07 14:12:39 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-07 14:12:39 +0000 |
commit | a917b17b193e7fc29d7a97f9ef48ced9690d7614 (patch) | |
tree | 8cc1f45f07d22fa39ae4cf48c5839e89e7f58780 /target/linux/brcm63xx-2.6 | |
parent | 83849946b4f33f443e088491e7f269104ef09b32 (diff) | |
download | upstream-a917b17b193e7fc29d7a97f9ef48ced9690d7614.tar.gz upstream-a917b17b193e7fc29d7a97f9ef48ced9690d7614.tar.bz2 upstream-a917b17b193e7fc29d7a97f9ef48ced9690d7614.zip |
Add HFS and HFS+ modules (#1024)
SVN-Revision: 5713
Diffstat (limited to 'target/linux/brcm63xx-2.6')
-rw-r--r-- | target/linux/brcm63xx-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx-2.6/config b/target/linux/brcm63xx-2.6/config index ec86fa3b9f..fbaa0213c7 100644 --- a/target/linux/brcm63xx-2.6/config +++ b/target/linux/brcm63xx-2.6/config @@ -1447,8 +1447,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 |