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/uml-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/uml-2.6')
-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 |