aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte-2.6/config
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
commit7ea7acad21ee1a065684125bffa4079ed86cac3d (patch)
treecafa8ba22a8237d1197760c94d6baac858e7a5c4 /target/linux/sibyte-2.6/config
parentb592d36cb119ce407f6b82fe800892d9775188e0 (diff)
downloadupstream-7ea7acad21ee1a065684125bffa4079ed86cac3d.tar.gz
upstream-7ea7acad21ee1a065684125bffa4079ed86cac3d.tar.bz2
upstream-7ea7acad21ee1a065684125bffa4079ed86cac3d.zip
Enable iso9660 and udf kernel modules (#930)
SVN-Revision: 5485
Diffstat (limited to 'target/linux/sibyte-2.6/config')
-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