diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-09 18:53:23 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-09 18:53:23 +0000 |
commit | ca001450593eeb382342680f54d62b8debdbf3ff (patch) | |
tree | 316e4570fc1a55454db9c3b85325102986cf3ae0 /target/linux/rb532-2.6/config | |
parent | 2c4d27ff3bf2665454a8c742922ead6a3b7645d2 (diff) |
Enable iso9660 and udf kernel modules (#930)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5485 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rb532-2.6/config')
-rw-r--r-- | target/linux/rb532-2.6/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/rb532-2.6/config b/target/linux/rb532-2.6/config index 3f081699a..87ca4b1c5 100644 --- a/target/linux/rb532-2.6/config +++ b/target/linux/rb532-2.6/config @@ -1083,8 +1083,12 @@ CONFIG_INOTIFY=y # # CD-ROM/DVD Filesystems # -# CONFIG_ISO9660_FS is not set -# CONFIG_UDF_FS is not set +CONFIG_ISO9660_FS=m +CONFIG_JOLIET=y +CONFIG_ZISOFS=y +CONFIG_ZISOFS_FS=m +CONFIG_UDF_FS=m +CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems |