Hi!
What's about subj in hardened-sources? Is it possible to add newer
hardened kernel into portage (looks like 2.6.19-rc has support for subj
and probably 2.6.18.1 too) _OR_ backport patches into current
hardened-sources? I'd prefer to install ~x86 hardened-sources than just
stop using hardened-sources for few months because my DVD-RW doesn't work...
BTW, it's also good idea to add this trivial patch to support 2nd network
card on ASUS P5B Deluxe (but this isn't very important, I can live with
manual kernel patching in this case):
---cut---
--- linux/drivers/net/sky2.c.orig 2006-10-30 04:42:10.000000000 +0200
+++ linux/drivers/net/sky2.c 2006-10-30 04:42:29.000000000 +0200
@@ -121,6 +121,7 @@
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) },
+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) },
{ 0 }
};
---cut---
--
WBR, Alex.
--
[email protected] mailing list