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 | 7ea7acad21ee1a065684125bffa4079ed86cac3d (patch) | |
tree | cafa8ba22a8237d1197760c94d6baac858e7a5c4 /target/linux/sibyte-2.6 | |
parent | b592d36cb119ce407f6b82fe800892d9775188e0 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/sibyte-2.6/config | 8 |
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 |