> unfortunately this leads to the error about "CHECKSUM_HW" being undeclared.

>From kernel 2.6.19, the CHECKSUM_HW value has long been used in the
networking subsystem to support hardware checksumming. That value has
been replaced with CHECKSUM_PARTIAL (intended for outgoing packets
where the job must be completed by the hardware) and CHECKSUM_COMPLETE
(for incoming packets which have been completely checksummed by the
hardware).
For more http://lwn.net/Articles/200304/
Simply sed or patch out any references to CHECKSUM_HW with
CHECKSUM_PARTIAL and linux/config.h with linux/autoconf.h


-- 
Giovanni Scafora
Arch Linux Trusted User & Package Maintainer (voidnull)
http://www.archlinux.org
[EMAIL PROTECTED]

_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to