From: Heiko Z. <smi...@us...> - 2004-09-23 21:50:11
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23735/scripts/config/linux-2.6 Modified Files: config_linux Log Message: - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel - added ssp guard functions + frandom support to glibc - removed support for kernel 2.4 from build system - updated gcc-protector to v3.4.1-1 Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- config_linux 10 Sep 2004 23:16:25 -0000 1.19 +++ config_linux 23 Sep 2004 21:50:01 -0000 1.20 @@ -1950,3 +1950,14 @@ CONFIG_W1_SMEM=m CONFIG_FB_MODE_HELPERS=y CONFIG_FB_I810=n +CONFIG_CPU_FREQ_GOV_ONDEMAND=n +CONFIG_MEGARAID_NEWGEN=y +CONFIG_MEGARAID_MM=m +CONFIG_MEGARAID_MAILBOX=m +CONFIG_MD_RAID10=m +CONFIG_NET_ACT_GACT=m +CONFIG_GACT_PROB=y +CONFIG_USB_SUSPEND=y +CONFIG_CRYPTO_WHIRLPOOL=m +CONFIG_LOCALVERSION="" +CONFIG_FRANDOM=m |