From: <abe...@us...> - 2016-03-13 19:49:04
|
Revision: 7589 http://sourceforge.net/p/astlinux/code/7589 Author: abelbeck Date: 2016-03-13 19:49:02 +0000 (Sun, 13 Mar 2016) Log Message: ----------- qemu, additional contributions by David Kerr, add comment for virtio-net DHCP Checksum issue Modified Paths: -------------- branches/1.0/package/qemu/Config.in Modified: branches/1.0/package/qemu/Config.in =================================================================== --- branches/1.0/package/qemu/Config.in 2016-03-13 16:35:54 UTC (rev 7588) +++ branches/1.0/package/qemu/Config.in 2016-03-13 19:49:02 UTC (rev 7589) @@ -35,7 +35,10 @@ CONFIG_KVM_AMD=m CONFIG_VHOST_NET=m + Optional Kernel Config (virtio-net DHCP Checksum issue): + CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m + if BR2_PACKAGE_QEMU comment "QEMU Emulators selection" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |