aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte-2.6
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2006-11-09 18:53:23 +0000
committerFlorian Fainelli <florian@openwrt.org>2006-11-09 18:53:23 +0000
commitcccde267b46ca3cc7f58549a3d2cec8b4000c9e9 (patch)
tree316e4570fc1a55454db9c3b85325102986cf3ae0 /target/linux/sibyte-2.6
parentd829e355d402af5441de4ed64746f97dc740eca7 (diff)
downloadmaster-187ad058-cccde267b46ca3cc7f58549a3d2cec8b4000c9e9.tar.gz
master-187ad058-cccde267b46ca3cc7f58549a3d2cec8b4000c9e9.tar.bz2
master-187ad058-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/sibyte-2.6')
-rw-r--r--target/linux/sibyte-2.6/config8
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/sibyte-2.6/config b/target/linux/sibyte-2.6/config
index 64566712a4..17a6a8fc23 100644
--- a/target/linux/sibyte-2.6/config
+++ b/target/linux/sibyte-2.6/config
@@ -1091,8 +1091,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