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/uml-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/uml-2.6/config')
-rw-r--r-- | target/linux/uml-2.6/config | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/uml-2.6/config b/target/linux/uml-2.6/config index 076cac0fb3..fe6d614bf4 100644 --- a/target/linux/uml-2.6/config +++ b/target/linux/uml-2.6/config @@ -647,9 +647,10 @@ CONFIG_AUTOFS4_FS=m # # CD-ROM/DVD Filesystems # -CONFIG_ISO9660_FS=y +CONFIG_ISO9660_FS=m CONFIG_JOLIET=y -# CONFIG_ZISOFS is not set +CONFIG_ZISOFS=y +CONFIG_ZISOFS_FS=m CONFIG_UDF_FS=m CONFIG_UDF_NLS=y |