# HG changeset patch # User Paul Boddie # Date 1331592410 -3600 # Node ID 270c81893a6159e127d86757104e79ed7d126d58 # Parent 617516a8278bf1373016ac3217539acffae62d95 Enabled filesystem options that may well be needed when booting from installation media (squashfs, iso9660). Added hostaudio as a built-in component. diff -r 617516a8278b -r 270c81893a61 uml-linux-build.config --- a/uml-linux-build.config Mon Mar 12 23:45:32 2012 +0100 +++ b/uml-linux-build.config Mon Mar 12 23:46:50 2012 +0100 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux Kernel Configuration -# Sat Mar 10 00:21:29 2012 +# Sat Mar 10 20:09:25 2012 # CONFIG_DEFCONFIG_LIST="arch/$ARCH/defconfig" CONFIG_UML=y @@ -296,7 +296,7 @@ CONFIG_UML_SOUND=m CONFIG_SOUND=m CONFIG_SOUND_OSS_CORE=y -CONFIG_HOSTAUDIO=m +CONFIG_HOSTAUDIO=y # CONFIG_HW_RANDOM is not set CONFIG_UML_RANDOM=y # CONFIG_MMAPPER is not set @@ -495,7 +495,7 @@ # # CD-ROM/DVD Filesystems # -CONFIG_ISO9660_FS=m +CONFIG_ISO9660_FS=y CONFIG_JOLIET=y # CONFIG_ZISOFS is not set # CONFIG_UDF_FS is not set @@ -529,7 +529,12 @@ # CONFIG_EFS_FS is not set # CONFIG_LOGFS is not set # CONFIG_CRAMFS is not set -# CONFIG_SQUASHFS is not set +CONFIG_SQUASHFS=y +# CONFIG_SQUASHFS_XATTR is not set +# CONFIG_SQUASHFS_LZO is not set +# CONFIG_SQUASHFS_XZ is not set +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set