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 | 08dbde3c5a5015294d59893dfaa8bd6eb267de79 (patch) | |
tree | 259b88133d8cc0e4a010f47d6da2eaff23c02cb0 /target/linux/ixp4xx-2.6/config | |
parent | 1786ec9400332b9f378d2fb3946e27b1df032f2f (diff) | |
download | upstream-08dbde3c5a5015294d59893dfaa8bd6eb267de79.tar.gz upstream-08dbde3c5a5015294d59893dfaa8bd6eb267de79.tar.bz2 upstream-08dbde3c5a5015294d59893dfaa8bd6eb267de79.zip |
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/ixp4xx-2.6/config')
-rw-r--r-- | target/linux/ixp4xx-2.6/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/config b/target/linux/ixp4xx-2.6/config index a9b2418fcf..481e0007fa 100644 --- a/target/linux/ixp4xx-2.6/config +++ b/target/linux/ixp4xx-2.6/config @@ -1211,8 +1211,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 |