diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-09 18:53:23 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-09 18:53:23 +0000 |
commit | cccde267b46ca3cc7f58549a3d2cec8b4000c9e9 (patch) | |
tree | 316e4570fc1a55454db9c3b85325102986cf3ae0 /target/linux/uml-2.6/config | |
parent | d829e355d402af5441de4ed64746f97dc740eca7 (diff) | |
download | upstream-cccde267b46ca3cc7f58549a3d2cec8b4000c9e9.tar.gz upstream-cccde267b46ca3cc7f58549a3d2cec8b4000c9e9.tar.bz2 upstream-cccde267b46ca3cc7f58549a3d2cec8b4000c9e9.zip |
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 |