From: Paul M. <le...@us...> - 2001-09-15 20:19:11
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv24696 Modified Files: defconfig-nino Log Message: Disable initrd support in the nino defconfig. This will cause the build to fail unless a ramdisk image is copied over into the directory ahead of time. In the event that someone wants to do this, they can just turn it back on.. Index: defconfig-nino =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-nino,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** defconfig-nino 2001/09/15 17:06:10 1.5 --- defconfig-nino 2001/09/15 20:19:08 1.6 *************** *** 119,123 **** CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=2048 ! CONFIG_BLK_DEV_INITRD=y # --- 119,123 ---- CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=2048 ! # CONFIG_BLK_DEV_INITRD is not set # |