Author: justin Date: 2005-12-03 14:28:18 -0700 (Sat, 03 Dec 2005) New Revision: 1210
Modified: branches/6.1.1-newmake/packages/linux/config.x86 Log: Ran make oldconfig on copied-over config. Removed CONFIG_HW_RANDOM, as for every system without it it throws up ugly warnings. Modified: branches/6.1.1-newmake/packages/linux/config.x86 =================================================================== --- branches/6.1.1-newmake/packages/linux/config.x86 2005-12-03 21:26:07 UTC (rev 1209) +++ branches/6.1.1-newmake/packages/linux/config.x86 2005-12-03 21:28:18 UTC (rev 1210) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.11.12 -# Fri Jun 24 16:10:52 2005 +# Sat Dec 3 06:56:59 2005 # CONFIG_X86=y CONFIG_MMU=y @@ -261,14 +261,6 @@ # Parallel port support # # CONFIG_PARPORT is not set -# CONFIG_PARPORT_PC is not set -# CONFIG_PARPORT_PC_CML1 is not set -# CONFIG_PARPORT_SERIAL is not set -# CONFIG_PARPORT_PC_FIFO is not set -# CONFIG_PARPORT_PC_SUPERIO is not set -# CONFIG_PARPORT_PC_PCMCIA is not set -# CONFIG_PARPORT_OTHER is not set -# CONFIG_PARPORT_1284 is not set # # Plug and Play support @@ -288,7 +280,6 @@ # CONFIG_BLK_DEV_FD=y # CONFIG_BLK_DEV_XD is not set -# CONFIG_PARIDE is not set CONFIG_BLK_CPQ_DA=m CONFIG_BLK_CPQ_CISS_DA=m CONFIG_CISS_SCSI_TAPE=y @@ -478,10 +469,6 @@ CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=y CONFIG_SCSI_INIA100=y -# CONFIG_SCSI_PPA is not set -CONFIG_SCSI_IMM=y -# CONFIG_SCSI_IZIP_EPP16 is not set -# CONFIG_SCSI_IZIP_SLOW_CTR is not set CONFIG_SCSI_NCR53C406A=y CONFIG_SCSI_SYM53C8XX_2=y CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1 @@ -914,7 +901,6 @@ # CONFIG_WAN is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set -# CONFIG_PLIP is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set # CONFIG_PPP_FILTER is not set @@ -959,12 +945,11 @@ # Input I/O drivers # # CONFIG_GAMEPORT is not set -# CONFIG_SOUND_GAMEPORT is not set +CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=m # CONFIG_SERIO_CT82C710 is not set -# CONFIG_SERIO_PARKBD is not set # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set @@ -1013,10 +998,6 @@ CONFIG_SERIAL_CORE=y CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set -# CONFIG_PRINTER is not set -# CONFIG_LP_CONSOLE is not set -# CONFIG_PPDEV is not set -# CONFIG_TIPAR is not set # # IPMI @@ -1027,7 +1008,7 @@ # Watchdog Cards # # CONFIG_WATCHDOG is not set -CONFIG_HW_RANDOM=m +# CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set CONFIG_RTC=y # CONFIG_DTLK is not set @@ -1097,7 +1078,6 @@ # CONFIG_I2C_I810 is not set CONFIG_I2C_ISA=m # CONFIG_I2C_NFORCE2 is not set -# CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_PROSAVAGE is not set @@ -1350,7 +1330,6 @@ # # USB port drivers # -# CONFIG_USB_USS720 is not set # # USB Serial Converter support @@ -1518,11 +1497,15 @@ # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set CONFIG_SQUASHFS=y +# CONFIG_SQUASHFS_EMBEDDED is not set +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 +# CONFIG_SQUASHFS_VMALLOC is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set +CONFIG_UNION_FS=y # # Network File Systems -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
